Searched defs:GetFileSystemType (Results 1 – 8 of 8) sorted by relevance
14 bool GetFileSystemType(const base::FilePath& path, FileSystemType* type) { in GetFileSystemType() function
14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { in GetFileSystemType() function
75 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member220 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member
49 PP_FileSystemType PepperFileRefRendererHost::GetFileSystemType() const { in GetFileSystemType() function in content::PepperFileRefRendererHost
48 PP_FileSystemType FileRef::GetFileSystemType() const { in GetFileSystemType() function in pp::FileRef
109 PP_FileSystemType PepperFileRefHost::GetFileSystemType() const { in GetFileSystemType() function in content::PepperFileRefHost
95 PP_FileSystemType FileRefResource::GetFileSystemType() const { in GetFileSystemType() function in ppapi::proxy::FileRefResource
51 PP_FileSystemType GetFileSystemType(PP_Resource file_ref) { in GetFileSystemType() function