Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 23 of 23) 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/crazy_linker/src/
Dcrazy_linker_system.cpp23 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDONLY)); in OpenReadOnly()
/ndk/sources/android/cpufeatures/
Dcpu-features.c129 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/
Dmemchr.m450 int fd = open ("/dev/zero", O_RDONLY, 0666);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c34 fd = open (argv[1], O_RDONLY); in main()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc96 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()
Dmapfile.c44 } else if ((oflag & O_ACCMODE) == O_RDONLY) { in mapfile_open()
/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/abcc/jni/device/
DAbcc_device.cpp122 int fd = open(full_path.c_str(), O_RDONLY); in getBitcodeFiles()
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c68 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c64 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c76 fd = open(path, O_RDONLY); in _get_task_permitted_caps()
/ndk/tests/abcc/jni/
DAbcc.cpp68 int fd = open(mBCPath.c_str(), O_RDONLY); in readWrapper()
/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()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure10613 int fd = open ("/dev/zero", O_RDONLY, 0666);