Searched refs:O_RDONLY (Results 1 - 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Drandom.cpp23 : __f_(open(__token.c_str(), O_RDONLY))
/ndk/tests/device/clone/jni/
H A Dclone.c24 fd = open(argv[0], O_RDONLY);
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_stdio.cpp69 # ifndef O_RDONLY
70 # define O_RDONLY _O_RDONLY macro
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
H A Dfstream_unistd.cpp53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
83 case O_RDONLY:
176 flags = O_RDONLY;
H A Dfstream_win32io.cpp40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
50 case O_RDONLY:
153 mode |= O_RDONLY;
182 mode |= O_RDONLY;
/ndk/sources/android/cpufeatures/
H A Dcpu-features.c128 fd = open(pathname, O_RDONLY);
161 fd = open(pathname, O_RDONLY);
461 int fd = open(filepath, O_RDONLY);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dtst-regex2.c34 fd = open (argv[1], O_RDONLY);
/ndk/sources/host-tools/ndk-stack/elff/
H A Delf_file.cc96 MapFile* file_handle = mapfile_open(path, O_RDONLY | O_BINARY, 0);
172 elf_handle_ = mapfile_open(elf_file_path_, O_RDONLY | O_BINARY, 0);
H A Dmapfile.c44 } else if ((oflag & O_ACCMODE) == O_RDONLY) {
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c68 fd = open(path, O_RDONLY);
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c64 fd = open(path, O_RDONLY);
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c76 fd = open(path, O_RDONLY);
/ndk/sources/host-tools/make-3.81/
H A Dgetloadavg.c591 fd = open (LINUX_LDAV_FILE, O_RDONLY);
933 kd = kvm_open (0, 0, 0, O_RDONLY, 0);
H A Darscan.c318 register int desc = open (archive, O_RDONLY, 0);
H A Dfunction.c1494 pipedes[0] = _open_osfhandle((intptr_t) hChildOutRd, O_RDONLY);
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc708 O_RDONLY));
1009 const int cwd_fd = open(".", O_RDONLY);
H A Dgtest-port.cc111 const int fd = open("/proc/self/as", O_RDONLY);
/ndk/sources/host-tools/sed-4.2.1/
H A Dconfigure10613 int fd = open ("/dev/zero", O_RDONLY, 0666);

Completed in 514 milliseconds