// Assembly: Unity.Services.Analytics
// Full name: Unity.Services.Analytics.Internal.FileSystemCalls

namespace Unity.Services.Analytics.Internal
{
public class FileSystemCalls // TypeDefIndex: 12478
{
	// Fields
	type#15322 m_CanAccessFileSystem;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	public virtual type#15313 CanAccessFileSystem() { }
	// RVA: -1
	public virtual type#15313 FileExists(type#26576 path) { }
	// RVA: -1
	public virtual type#28660 DeleteFile(type#26576 path) { }
	// RVA: -1
	public virtual type#26548 OpenFileForWriting(type#26576 path) { }
	// RVA: -1
	public virtual type#26548 OpenFileForReading(type#26576 path) { }
}
}
