Searched refs:O_RDONLY (Results 1 – 23 of 23) 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/crazy_linker/src/ |
D | crazy_linker_system.cpp | 23 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDONLY)); in OpenReadOnly()
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 129 fd = open(pathname, O_RDONLY); in get_file_size() 162 fd = open(pathname, O_RDONLY); in read_file() 502 int fd = TEMP_FAILURE_RETRY(open(filepath, O_RDONLY)); in get_elf_hwcap_from_proc_self_auxv()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | memchr.m4 | 50 int fd = open ("/dev/zero", O_RDONLY, 0666);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-regex2.c | 34 fd = open (argv[1], O_RDONLY); in main()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_file.cc | 96 MapFile* file_handle = mapfile_open(path, O_RDONLY | O_BINARY, 0); in Create() 172 elf_handle_ = mapfile_open(elf_file_path_, O_RDONLY | O_BINARY, 0); in initialize()
|
D | mapfile.c | 44 } else if ((oflag & O_ACCMODE) == O_RDONLY) { in mapfile_open()
|
/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/abcc/jni/device/ |
D | Abcc_device.cpp | 122 int fd = open(full_path.c_str(), O_RDONLY); in getBitcodeFiles()
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 68 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 64 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 76 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
|
/ndk/tests/abcc/jni/ |
D | Abcc.cpp | 68 int fd = open(mBCPath.c_str(), O_RDONLY); in readWrapper()
|
/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()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 10613 int fd = open ("/dev/zero", O_RDONLY, 0666);
|