Home
last modified time | relevance | path

Searched refs:filesystemtype (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dsyscall_mount.c8 int mount(const char* source, const char* target, const char* filesystemtype, in mount() argument
10 return ki_mount(source, target, filesystemtype, mountflags, data); in mount()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
Dmount.h12 int mount(const char* source, const char* target, const char* filesystemtype,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_intercept.cc138 int ki_mount(const char *source, const char *target, const char *filesystemtype, in ki_mount() argument
141 return s_kp->mount(source, target, filesystemtype, mountflags, data); in ki_mount()
Dkernel_intercept.h53 int ki_mount(const char* source, const char* target, const char* filesystemtype,
Dkernel_wrap.h79 int mount(const char* source, const char* target, const char* filesystemtype,
Dkernel_proxy.h75 const char *filesystemtype,
Dkernel_proxy.cc384 const char* filesystemtype, in mount() argument
390 MountFactoryMap_t::iterator factory = factories_.find(filesystemtype); in mount()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dnacl_io.rst129 "html5fs", /* filesystemtype */