/frameworks/base/libs/binder/ |
MemoryHeapBase.cpp | 70 int open_flags = O_RDWR; local 72 open_flags |= O_SYNC; 74 int fd = open(device, open_flags);
|
/external/e2fsprogs/lib/ext2fs/ |
inode_io.c | 112 int open_flags; local 146 open_flags = (flags & IO_FLAG_RW) ? EXT2_FILE_WRITE : 0; 149 &data->inode : 0, open_flags,
|
unix_io.c | 379 int open_flags; local 414 open_flags = (flags & IO_FLAG_RW) ? O_RDWR : O_RDONLY; 416 open_flags |= O_EXCL; 418 data->dev = open64(io->name, open_flags); 420 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/bluetooth/glib/gio/ |
glocalfileoutputstream.c | 670 int open_flags; local 682 open_flags = O_RDWR | O_CREAT | O_BINARY; 684 open_flags = O_WRONLY | O_CREAT | O_BINARY; 690 fd = g_open (filename, open_flags | O_NOFOLLOW, mode); 696 fd = g_open (filename, open_flags, mode); 699 fd = g_open (filename, open_flags, mode);
|
/external/ppp/pppd/ |
tdb.h | 116 int open_flags; /* flags used in the open - needed by reopen */ member in struct:tdb_context 124 int open_flags, mode_t mode); 126 int open_flags, mode_t mode,
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 477 int fd, len, open_flags; local 481 open_flags = O_WRONLY | O_CREAT | O_TRUNC; 483 open_flags = O_WRONLY | O_CREAT | O_APPEND; 485 open_flags = O_RDONLY; 487 fd = open(file, open_flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
/external/qemu/block/ |
raw-posix.c | 106 int open_flags; member in struct:BDRVRawState 126 int bdrv_flags, int open_flags) 135 s->open_flags = open_flags | O_BINARY; 136 s->open_flags &= ~O_ACCMODE; 138 s->open_flags |= O_RDWR; 140 s->open_flags |= O_RDONLY; 147 s->open_flags |= O_DIRECT; 149 s->open_flags |= O_DSYNC; 152 fd = open(filename, s->open_flags, 0644) 175 int open_flags = 0; local [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 45 static void open_filesystem(char *device, int open_flags, blk_t superblock, 59 if ((open_flags & EXT2_FLAG_IMAGE_FILE) == 0) { 73 if (catastrophic && (open_flags & EXT2_FLAG_RW)) { 76 open_flags &= ~EXT2_FLAG_RW; 79 retval = ext2fs_open(device, open_flags, superblock, blocksize, 127 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES; local 134 open_flags |= EXT2_FLAG_IMAGE_FILE; 137 open_flags |= EXT2_FLAG_RW; 140 open_flags |= EXT2_FLAG_FORCE; 143 open_flags |= EXT2_FLAG_EXCLUSIVE 1815 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES; local [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/external/qemu/ |
block.c | 332 int ret, open_flags; local 414 open_flags = BDRV_O_RDWR | (flags & BDRV_O_CACHE_MASK); 416 open_flags = flags & ~(BDRV_O_FILE | BDRV_O_SNAPSHOT); 417 ret = drv->bdrv_open(bs, filename, open_flags); 419 ret = drv->bdrv_open(bs, filename, open_flags & ~BDRV_O_RDWR); 447 ret = bdrv_open2(bs->backing_hd, backing_filename, open_flags, [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/ndk/build/platforms/android-5/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
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 81 int open_flags; member in struct:nfs_openargs 124 int open_flags; member in struct:nfs_closeargs
|
/ndk/build/platforms/android-8/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/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
|