HomeSort by relevance Sort by last modified time
    Searched defs:GetFileSystemType (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/
file_util_linux.cc 14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) {
  /external/chromium_org/base/
file_util_linux.cc 14 bool GetFileSystemType(const base::FilePath& path, FileSystemType* type) {
  /external/chromium_org/ppapi/shared_impl/
ppb_file_ref_shared.cc 30 PP_FileSystemType PPB_FileRef_Shared::GetFileSystemType() const {
  /external/chromium_org/ppapi/cpp/
file_ref.cc 48 PP_FileSystemType FileRef::GetFileSystemType() const {
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/c/
ppb_file_ref.h 66 * GetFileSystemType() returns the type of the file system.
75 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref);
220 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref);
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 44 PP_FileSystemType GetFileSystemType(PP_Resource file_ref) {
45 VLOG(4) << "PPB_FileRef::GetFileSystemType()";
49 return enter.object()->GetFileSystemType();
151 &GetFileSystemType,
164 &GetFileSystemType,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.cc 109 PP_FileSystemType PepperFileRefHost::GetFileSystemType() const {
  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 90 PP_FileSystemType FileRefResource::GetFileSystemType() const {

Completed in 282 milliseconds