Searched refs:filesystemtype (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | syscall_mount.c | 8 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/ |
D | mount.h | 12 int mount(const char* source, const char* target, const char* filesystemtype,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_intercept.cc | 138 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()
|
D | kernel_intercept.h | 53 int ki_mount(const char* source, const char* target, const char* filesystemtype,
|
D | kernel_wrap.h | 79 int mount(const char* source, const char* target, const char* filesystemtype,
|
D | kernel_proxy.h | 75 const char *filesystemtype,
|
D | kernel_proxy.cc | 384 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/ |
D | nacl_io.rst | 129 "html5fs", /* filesystemtype */
|