Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/clone/jni/
Dclone.c24 fd = open(argv[0], O_RDONLY); in main()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp69 # ifndef O_RDONLY
70 # define O_RDONLY _O_RDONLY macro
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
Dfstream_unistd.cpp53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
83 case O_RDONLY: in flag_to_openmode()
176 flags = O_RDONLY; in _M_open()
Dfstream_win32io.cpp40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
50 case O_RDONLY: in flag_to_openmode()
153 mode |= O_RDONLY;
182 mode |= O_RDONLY;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Drandom.cpp50 : __f_(open(__token.c_str(), O_RDONLY))
/ndk/sources/android/cpufeatures/
Dcpu-features.c144 fd = open(pathname, O_RDONLY); in get_file_size()
177 fd = open(pathname, O_RDONLY); in read_file()
550 int fd = TEMP_FAILURE_RETRY(open(filepath, O_RDONLY)); in get_elf_hwcap_from_proc_self_auxv()
/ndk/sources/host-tools/make-3.81/
Dgetloadavg.c589 fd = open (LINUX_LDAV_FILE, O_RDONLY); in getloadavg()
931 kd = kvm_open (0, 0, 0, O_RDONLY, 0); in getloadavg()
Darscan.c316 register int desc = open (archive, O_RDONLY, 0); in ar_scan()
Dfunction.c1487 pipedes[0] = _open_osfhandle((intptr_t) hChildOutRd, O_RDONLY); in windows32_openpipe()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp229 fd_holder psinfo_fd( ::open( fname_buff, O_RDONLY ) );
245 fd_holder as_fd( ::open( fname_buff, O_RDONLY ) );
263 fd_holder psinfo_fd( ::open( fname_buff, O_RDONLY ) );
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc708 O_RDONLY)); in AssumeRole()
1009 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild()
Dgtest-port.cc111 const int fd = open("/proc/self/as", O_RDONLY); in GetThreadCount()