Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/frameworks/base/core/jni/
H A Dfd_utils.cpp192 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 Dsg_tst_excl.cpp197 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 Dsg_tst_excl2.cpp204 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 Dsg_tst_excl3.cpp210 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 Dsg_tst_async.cpp965 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 Dstorage.c103 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 Dfile_stream_context.cc84 int open_flags, in Open()
161 const base::FilePath& path, int open_flags) { in OpenFileImpl()
H A Dfile_stream.cc26 int open_flags, in Open()
/aosp_15_r20/external/liburing/test/
H A Diopoll.c62 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 Dbpf_attr.h185 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 Dfile_stream.cc203 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 Ddir.cpp21 int open_flags = O_RDONLY | O_DIRECTORY | O_CLOEXEC; in platform_opendir() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-check-events.c24 int open_flags = 0; in trace_check_events() local
/aosp_15_r20/external/cronet/third_party/icu/fuzzers/
H A Dicu_ucasemap_fuzzer.cc23 uint32_t open_flags = static_cast<uint32_t>(rng()); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/icu/icu4c/source/test/fuzzer/
H A Ducasemap_fuzzer.cpp42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/fuzzer/
H A Ducasemap_fuzzer.cpp42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c166 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 Dopen_file.cpp70 int open_flags = 0; in RunSingle() local
/aosp_15_r20/trusty/user/app/storage/rpmb_dev/
Dmain.c139 int open_flags; in main() local
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dutils.c72 int open_flags = rw ? O_RDWR : O_RDONLY; in map_file() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dwindows_io.c554 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 Dqual_fault.c107 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dqual_fault.c107 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT; in open_file() local
/aosp_15_r20/external/strace/tests-m32/
H A Dqual_fault.c107 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 Dfanotify05.c86 static void generate_events(int open_flags, int num_files) in generate_events()

1234567