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

  /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 30 PP_Bool IsFileSystem(PP_Resource resource) {
31 VLOG(4) << "PPB_FileSystem::IsFileSystem()";
56 &IsFileSystem,
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc 328 bool IsFileSystem(int sysno) {
    [all...]

Completed in 867 milliseconds