OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFileSystem
(Results
1 - 11
of
11
) 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
(
file_system.h
78
static bool
IsFileSystem
(const Resource& resource);
/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/api/
ppb_file_system.idl
34
*
IsFileSystem
() determines if the provided resource is a file system.
43
PP_Bool
IsFileSystem
([in] 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/ppapi/tests/
test_file_system.cc
78
ASSERT_TRUE(pp::FileSystem::
IsFileSystem
(file_system_resource));
87
ASSERT_FALSE(pp::FileSystem::
IsFileSystem
(non_file_system_resource));
test_post_message.cc
604
ASSERT_TRUE(pp::FileSystem::
IsFileSystem
(result));
[
all
...]
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h
27
static bool
IsFileSystem
(int sysno);
baseline_policy.cc
129
if (SyscallSets::
IsFileSystem
(sysno) ||
syscall_sets.cc
78
bool SyscallSets::
IsFileSystem
(int sysno) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
538
return iface->
IsFileSystem
(resource);
[
all
...]
Completed in 566 milliseconds