Searched refs:GetFileSystemType (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h89 * GetFileSystemType() returns the type of the file system.
98 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member in struct:PPB_FileRef_1_2
241 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
262 PP_FileSystemType (*GetFileSystemType)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
/external/chromium_org/base/files/
H A Dfile_util_linux.cc30 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { function in namespace:base
H A Dfile_util.h401 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_ref_renderer_host.h40 PP_FileSystemType GetFileSystemType() const;
H A Dpepper_file_ref_renderer_host.cc48 PP_FileSystemType PepperFileRefRendererHost::GetFileSystemType() const { function in class:content::PepperFileRefRendererHost
H A Durl_request_info_util.cc71 switch (file_ref_host->GetFileSystemType()) {
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.h62 /// GetFileSystemType() returns the type of the file system.
67 PP_FileSystemType GetFileSystemType() const;
H A Dfile_ref.cc56 PP_FileSystemType FileRef::GetFileSystemType() const { function in class:pp::FileRef
58 return get_interface<PPB_FileRef_1_2>()->GetFileSystemType(pp_resource());
60 return get_interface<PPB_FileRef_1_1>()->GetFileSystemType(pp_resource());
62 return get_interface<PPB_FileRef_1_0>()->GetFileSystemType(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc51 PP_FileSystemType GetFileSystemType(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
52 VLOG(4) << "PPB_FileRef::GetFileSystemType()";
56 return enter.object()->GetFileSystemType();
171 &GetFileSystemType,
184 &GetFileSystemType,
199 &GetFileSystemType,
H A Dppb_file_ref_api.h27 virtual PP_FileSystemType GetFileSystemType() const = 0;
/external/chromium_org/base/process/
H A Dprocess_linux.cc54 base::GetFileSystemType(foreground_file, &foreground_type) &&
55 base::GetFileSystemType(background_file, &background_type) &&
/external/chromium_org/ppapi/api/
H A Dppb_file_ref.idl65 * GetFileSystemType() returns the type of the file system.
74 PP_FileSystemType GetFileSystemType([in] PP_Resource file_ref);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.h77 PP_FileSystemType GetFileSystemType() const;
H A Dpepper_file_io_host.cc170 if (file_ref_host->GetFileSystemType() == PP_FILESYSTEMTYPE_INVALID)
176 file_system_type_ = file_ref_host->GetFileSystemType();
H A Dpepper_file_ref_host.cc108 PP_FileSystemType PepperFileRefHost::GetFileSystemType() const { function in class:content::PepperFileRefHost
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.h40 virtual PP_FileSystemType GetFileSystemType() const OVERRIDE;
H A Dfile_chooser_resource_unittest.cc114 file_ref_iface->GetFileSystemType(dest[0]));
H A Dfile_ref_resource.cc97 PP_FileSystemType FileRefResource::GetFileSystemType() const { function in class:ppapi::proxy::FileRefResource
H A Dflash_file_resource.cc29 if (enter.object()->GetFileSystemType() != PP_FILESYSTEMTYPE_EXTERNAL)
/external/chromium_org/ppapi/tests/
H A Dtest_flash_drm.cc105 ASSERT_EQ(PP_FILESYSTEMTYPE_EXTERNAL, result.GetFileSystemType());
H A Dtest_file_ref.cc70 ASSERT_EQ(PP_FILESYSTEMTYPE_EXTERNAL, file_ref_ext->GetFileSystemType());
110 RUN_CALLBACK_TEST(TestFileRef, GetFileSystemType, filter);
160 if (file_ref_pers.GetFileSystemType() != PP_FILESYSTEMTYPE_LOCALPERSISTENT)
164 if (file_ref_temp.GetFileSystemType() != PP_FILESYSTEMTYPE_LOCALTEMPORARY)
/external/chromium_org/crypto/
H A Dnss_util.cc155 if (base::GetFileSystemType(database_dir, &fs_type))
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c551 return iface->GetFileSystemType(file_ref);
605 return iface->GetFileSystemType(file_ref);
669 return iface->GetFileSystemType(file_ref);
4614 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_GetFileSystemType,
4627 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_GetFileSystemType,
4642 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M34_PPB_FileRef_GetFileSystemType,

Completed in 3500 milliseconds