/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 430 int open_flags; local 464 open_flags = (flags & IO_FLAG_RW) ? O_RDWR : O_RDONLY; 466 open_flags |= O_EXCL; 471 open_flags |= O_DIRECT; 476 data->dev = open64(io->name, open_flags); 478 data->dev = open(io->name, open_flags);
|
tdb.c | 243 int open_flags; /* flags used in the open - needed by reopen */ member in struct:tdb_context [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 179 int KernelProxy::open(const char* path, int open_flags) { 183 Error error = AcquireMountAndNode(path, open_flags, &mnt, &node); 190 error = handle->Init(open_flags); 1515 int open_flags = O_RDWR; local [all...] |
mount_http.cc | 66 Error MountHttp::Open(const Path& path, int open_flags, 80 Error error = node->Init(open_flags);
|
mount_node_tcp.cc | 292 Error MountNodeTCP::Init(int open_flags) { 293 Error err = MountNodeSocket::Init(open_flags);
|
kernel_proxy.h | 64 virtual int open(const char* path, int open_flags);
|
/external/chromium_org/ppapi/c/ |
ppb_file_io.h | 117 * @param[in] open_flags A bit-mask of the <code>PP_FileOpenFlags</code> 126 int32_t open_flags, 307 int32_t open_flags,
|
/external/chromium_org/ppapi/api/ |
ppb_file_io.idl | 102 * @param[in] open_flags A bit-mask of the <code>PP_FileOpenFlags</code> 111 [in] int32_t open_flags,
|
/external/chromium_org/ppapi/cpp/ |
file_io.h | 49 /// @param[in] open_flags A bit-mask of the <code>PP_FileOpenFlags</code> 65 int32_t open_flags,
|
/external/chromium_org/ppapi/tests/ |
test_file_io.cc | 54 std::string ReportOpenError(int32_t open_flags) { 67 if (mask & open_flags) { [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_html5fs.h | 104 int32_t open_flags,
|
/external/chromium_org/net/base/ |
file_stream_context_posix.cc | 59 int /* open_flags */,
|
/external/chromium_org/ppapi/proxy/ |
file_io_resource.h | 39 int32_t open_flags,
|
file_io_resource.cc | 99 int32_t open_flags, 135 open_flags),
|
/external/qemu/ |
block_int.h | 144 int open_flags; /* flags used to open the file, re-used for re-open */ member in struct:BlockDriverState
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 260 __u32 open_flags; member in struct:fuse_open_out
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 260 __u32 open_flags; member in struct:fuse_open_out
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 260 __u32 open_flags; member in struct:fuse_open_out
|
/external/chromium/net/base/ |
file_stream_posix.cc | 305 int FileStream::Open(const FilePath& path, int open_flags) { 311 open_flags_ = open_flags;
|
/external/kernel-headers/original/linux/ |
nfs_xdr.h | 121 int open_flags; member in struct:nfs_openargs 170 int open_flags; member in struct:nfs_closeargs
|
/system/core/sdcard/ |
fuse.h | 363 __u32 open_flags; member in struct:fuse_open_out
|
sdcard.c | [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 130 int open_flags; member in struct:nfs_openargs 179 int open_flags; member in struct:nfs_closeargs
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | 310 static int32_t Pnacl_M14_PPB_FileIO_Open(PP_Resource file_io, PP_Resource file_ref, int32_t open_flags, struct PP_CompletionCallback* callback) { 312 return iface->Open(file_io, file_ref, open_flags, *callback); 364 static int32_t Pnacl_M25_PPB_FileIO_Open(PP_Resource file_io, PP_Resource file_ref, int32_t open_flags, struct PP_CompletionCallback* callback) { 366 return iface->Open(file_io, file_ref, open_flags, *callback); [all...] |