Home
last modified time | relevance | path

Searched defs:open_flags (Results 1 – 16 of 16) sorted by relevance

/external/strace/tests-m32/
Dqual_fault.c106 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
Dfile_handle.c190 static const struct strval open_flags[] = { in main() local
/external/strace/tests/
Dqual_fault.c106 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
Dfile_handle.c190 static const struct strval open_flags[] = { in main() local
/external/strace/tests-mx32/
Dqual_fault.c106 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
Dfile_handle.c190 static const struct strval open_flags[] = { in main() local
/external/libbrillo/brillo/streams/
Dfile_stream.cc213 int open_flags = O_CLOEXEC; in Open() local
272 int open_flags = O_CLOEXEC | O_RDWR | O_CREAT | O_TRUNC; in CreateTemporary() local
/external/e2fsprogs/lib/ext2fs/
Dinode_io.c119 int open_flags; in inode_open() local
Dunix_io.c666 int open_flags; in unix_open() local
Dtdb.c244 int open_flags; /* flags used in the open - needed by reopen */ member
3801 int open_flags, mode_t mode) in tdb_open()
3814 int open_flags, mode_t mode, in tdb_open_ex()
/external/fio/engines/
Dlibhdfs.c129 int open_flags; in fio_hdfsio_prep() local
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c164 int open_flags = O_RDWR | O_CREAT | O_LARGEFILE; /* open flags */ variable
167 int open_flags = O_RDWR | O_CREAT; /* open flags */ variable
/external/libchrome/base/files/
Dfile_posix.cc434 int open_flags = 0; in DoInitialize() local
/external/e2fsprogs/debugfs/
Ddebugfs.c133 static void open_filesystem(char *device, int open_flags, blk64_t superblock, in open_filesystem()
226 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS; in do_open_filesys() local
2419 int open_flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_64BITS; in main() local
/external/kernel-headers/original/uapi/linux/
Dfuse.h499 uint32_t open_flags; member
/external/e2fsprogs/misc/
Dfuse2fs.c303 int open_flags; member