Searched refs:O_RDONLY (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/clone/jni/ |
D | clone.c | 24 fd = open(argv[0], O_RDONLY); in main()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 69 # ifndef O_RDONLY 70 # define O_RDONLY _O_RDONLY macro 81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
|
D | fstream_unistd.cpp | 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) 83 case O_RDONLY: in flag_to_openmode() 176 flags = O_RDONLY; in _M_open()
|
D | fstream_win32io.cpp | 40 # 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/ |
D | random.cpp | 50 : __f_(open(__token.c_str(), O_RDONLY))
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 144 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/ |
D | getloadavg.c | 589 fd = open (LINUX_LDAV_FILE, O_RDONLY); in getloadavg() 931 kd = kvm_open (0, 0, 0, O_RDONLY, 0); in getloadavg()
|
D | arscan.c | 316 register int desc = open (archive, O_RDONLY, 0); in ar_scan()
|
D | function.c | 1487 pipedes[0] = _open_osfhandle((intptr_t) hChildOutRd, O_RDONLY); in windows32_openpipe()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 229 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/ |
D | gtest-death-test.cc | 708 O_RDONLY)); in AssumeRole() 1009 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild()
|
D | gtest-port.cc | 111 const int fd = open("/proc/self/as", O_RDONLY); in GetThreadCount()
|