HomeSort by relevance Sort by last modified time
    Searched refs:O_RDONLY (Results 1 - 25 of 906) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 20 #define O_RDONLY 0x0000
  /external/valgrind/main/none/tests/
fdleak_open.c 9 DO( open("/dev/null", O_RDONLY) );
fdleak_dup2.c 12 s1 = DO( open("/dev/null", O_RDONLY) );
13 s2 = DO( open("/dev/null", O_RDONLY) );
fdleak_dup.c 11 s = DO( open("/dev/null", O_RDONLY) );
fdleak_fcntl.c 12 s1 = DO( open("/dev/null", O_RDONLY) );
  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 49 fd = open64(file, O_RDONLY);
51 fd = open(file, O_RDONLY);
75 fd = open64(file, O_RDONLY);
77 fd = open(file, O_RDONLY);
  /external/compiler-rt/lib/tsan/lit_tests/
fd_close_norace.cc 10 int f = open("/dev/random", O_RDONLY);
17 int f = open("/dev/random", O_RDONLY);
fd_dup_norace.cc 24 fds[0] = open("/dev/random", O_RDONLY);
fd_stdout_race.cc 13 int f = open("/dev/random", O_RDONLY);
race_on_read.cc 18 fd = open("/dev/random", O_RDONLY);
  /external/chromium/base/test/
test_file_util_linux.cc 16 int fd = open(file.value().c_str(), O_RDONLY);
  /external/chromium_org/base/test/
test_file_util_linux.cc 17 int fd = open(file.value().c_str(), O_RDONLY);
  /external/valgrind/main/memcheck/tests/
erringfds.c 12 fd = open("foo/bar/xyzzy", O_RDONLY); /* fails */
mmaptest.c 12 fd = open("dir", O_RDONLY);
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 60 m = O_RDONLY;
99 if (m == O_RDONLY) {
  /external/chromium_org/third_party/sqlite/src/tool/
diffdb.c 24 db1 = open(argv[1], O_RDONLY);
29 db2 = open(argv[2], O_RDONLY);
  /external/e2fsprogs/lib/e2p/
fgetversion.c 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
fsetversion.c 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 43 #define O_RDONLY 0x0000 /* open for reading only */
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp 23 : __f_(open(__token.c_str(), O_RDONLY))
  /external/chromium/base/
rand_util_posix.cc 25 fd_ = open("/dev/urandom", O_RDONLY);
  /external/chromium_org/base/
rand_util_posix.cc 24 fd_ = open("/dev/urandom", O_RDONLY);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
readv.cc 26 int fd = open("/etc/hosts", O_RDONLY);
  /external/e2fsprogs/e2fsck/
flushb.c 46 fd = open(argv[1], O_RDONLY, 0);

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>