Searched defs:GetFileSystemType (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dfile_util_linux.cc14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { function in namespace:file_util
/external/chromium_org/base/
H A Dfile_util_linux.cc14 bool GetFileSystemType(const base::FilePath& path, FileSystemType* type) { function in namespace:file_util
/external/chromium_org/ppapi/shared_impl/
H A Dppb_file_ref_shared.cc30 PP_FileSystemType PPB_FileRef_Shared::GetFileSystemType() const { function in class:ppapi::PPB_FileRef_Shared
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h66 * GetFileSystemType() returns the type of the file system.
75 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
220 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc48 PP_FileSystemType FileRef::GetFileSystemType() const { function in class:pp::FileRef
50 return get_interface<PPB_FileRef_1_1>()->GetFileSystemType(pp_resource());
52 return get_interface<PPB_FileRef_1_0>()->GetFileSystemType(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc44 PP_FileSystemType GetFileSystemType(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon9603
45 VLOG(4) << "PPB_FileRef::GetFileSystemType()";
49 return enter.object()->GetFileSystemType();
151 &GetFileSystemType,
164 &GetFileSystemType,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.cc109 PP_FileSystemType PepperFileRefHost::GetFileSystemType() const { function in class:content::PepperFileRefHost
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc90 PP_FileSystemType FileRefResource::GetFileSystemType() const { function in class:ppapi::proxy::FileRefResource

Completed in 261 milliseconds