/aosp_15_r20/frameworks/base/core/jni/ |
H A D | fd_utils.cpp | 192 const int open_flags; member in FileDescriptorInfo 319 int open_flags = fs_flags & (kOpenFlags); in CreateFromFd() local 409 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo()
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_tst_excl.cpp | 197 int open_flags = O_RDWR; in do_rd_inc_wr_twice_v3() local 442 int open_flags = O_RDWR; in do_rd_inc_wr_twice_v4() local 700 int open_flags = O_RDWR; /* O_EXCL | O_RDONLY fails with EPERM */ in do_inquiry_prod_id() local
|
H A D | sg_tst_excl2.cpp | 204 int open_flags = O_RDWR; in do_rd_inc_wr_twice() local 328 int open_flags = O_RDWR; /* since O_EXCL | O_RDONLY gives EPERM */ in do_inquiry_prod_id() local
|
H A D | sg_tst_excl3.cpp | 210 int open_flags = O_RDWR; in do_rd_inc_wr_twice() local 336 int open_flags = O_RDWR; /* since O_EXCL | O_RDONLY gives EPERM */ in do_inquiry_prod_id() local
|
H A D | sg_tst_async.cpp | 965 int open_flags = O_RDWR; in work_thread() local 1614 int open_flags = O_RDWR; /* O_EXCL | O_RDONLY fails with EPERM */ in do_inquiry_prod_id() local 1694 int open_flags = O_RDWR; /* O_EXCL | O_RDONLY fails with EPERM */ in do_read_capacity() local
|
/aosp_15_r20/system/core/trusty/storage/proxy/ |
H A D | storage.c | 103 static uint32_t insert_fd(int open_flags, int fd, struct storage_mapping_node* node) { in insert_fd() 385 static int open_possibly_mapped_file(const char* short_path, const char* full_path, int open_flags, in open_possibly_mapped_file() 468 int open_flags = O_RDWR; in storage_file_open() local
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | file_stream_context.cc | 84 int open_flags, in Open() 161 const base::FilePath& path, int open_flags) { in OpenFileImpl()
|
H A D | file_stream.cc | 26 int open_flags, in Open()
|
/aosp_15_r20/external/liburing/test/ |
H A D | iopoll.c | 62 int open_flags; in __test_io() local 213 int fd, i, ret, ring_flags, open_flags; in test_io_uring_submit_enters() local
|
/aosp_15_r20/external/strace/ |
H A D | bpf_attr.h | 185 uint32_t open_flags; member 198 uint32_t open_flags; member 208 uint32_t open_flags; member
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | file_stream.cc | 203 int open_flags = O_CLOEXEC; in Open() local 262 int open_flags = O_CLOEXEC | O_RDWR | O_CREAT | O_TRUNC; in CreateTemporary() local
|
/aosp_15_r20/external/llvm-libc/src/__support/File/linux/ |
H A D | dir.cpp | 21 int open_flags = O_RDONLY | O_DIRECTORY | O_CLOEXEC; in platform_opendir() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-check-events.c | 24 int open_flags = 0; in trace_check_events() local
|
/aosp_15_r20/external/cronet/third_party/icu/fuzzers/ |
H A D | icu_ucasemap_fuzzer.cc | 23 uint32_t open_flags = static_cast<uint32_t>(rng()); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/icu/icu4c/source/test/fuzzer/ |
H A D | ucasemap_fuzzer.cpp | 42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/fuzzer/ |
H A D | ucasemap_fuzzer.cpp | 42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 166 int open_flags = O_RDWR | O_CREAT | O_LARGEFILE; /* open flags */ variable 169 int open_flags = O_RDWR | O_CREAT; /* open flags */ variable
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | open_file.cpp | 70 int open_flags = 0; in RunSingle() local
|
/aosp_15_r20/trusty/user/app/storage/rpmb_dev/ |
D | main.c | 139 int open_flags; in main() local
|
/aosp_15_r20/external/coreboot/util/smmstoretool/ |
H A D | utils.c | 72 int open_flags = rw ? O_RDWR : O_RDONLY; in map_file() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | windows_io.c | 554 static DWORD windows_open_device(struct windows_private_data *data, int open_flags) in windows_open_device() 620 int open_flags; in windows_open() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | qual_fault.c | 107 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | qual_fault.c | 107 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | qual_fault.c | 107 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify05.c | 86 static void generate_events(int open_flags, int num_files) in generate_events()
|