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

  /external/chromium_org/ppapi/cpp/
file_system.cc 33 if (!IsFileSystem(resource)) {
62 bool FileSystem::IsFileSystem(const Resource& resource) {
65 return get_interface<PPB_FileSystem_1_0>()->IsFileSystem(
  /external/chromium_org/ppapi/c/
ppb_file_system.h 49 * IsFileSystem() determines if the provided resource is a file system.
58 PP_Bool (*IsFileSystem)(PP_Resource resource);
  /external/chromium_org/ppapi/thunk/
ppb_file_system_thunk.cc 28 PP_Bool IsFileSystem(PP_Resource resource) {
29 VLOG(4) << "PPB_FileSystem::IsFileSystem()";
54 &IsFileSystem,
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.cc 77 bool SyscallSets::IsFileSystem(int sysno) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 661 PP_Bool FakeFileSystemInterface::IsFileSystem(PP_Resource resource) {

Completed in 203 milliseconds