HomeSort by relevance Sort by last modified time
    Searched refs:O_RDONLY (Results 401 - 425 of 987) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 114 fd = os.open(os.path.dirname(os.path.abspath(TESTFN)), os.O_RDONLY)
  /system/core/libutils/
Tokenizer.cpp 58 int fd = ::open(filename.string(), O_RDONLY);
  /system/core/lmkd/
lmkd.c 489 fd = open(ZONEINFO_PATH, O_RDONLY);
520 fd = open(path, O_RDONLY);
543 fd = open(path, O_RDONLY);
690 mpfd = open(MEMCG_SYSFS_PATH "memory.pressure_level", O_RDONLY);
  /system/core/logcat/
logcat.cpp 321 int mode = O_RDONLY;
360 mode = O_RDONLY | O_NDELAY;
364 mode = O_RDONLY | O_NDELAY;
564 fd = open("/proc/cmdline", O_RDONLY);
  /system/core/toolbox/
notify.c 113 ffd = open(filename, O_RDONLY);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
file.c 245 } else if ((f->fd = open(path, O_RDONLY)) == -1) {
  /system/extras/ext4_utils/
ext2simg.c 166 infd = open(in, O_RDONLY);
  /system/vold/
main.cpp 131 fd = openat(dfd, de->d_name, O_RDONLY | O_DIRECTORY);
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 107 if (access_mode != O_RDONLY && access_mode != O_WRONLY &&
526 case O_RDONLY:
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 178 fd=open(path, O_RDONLY);
391 fd=open(path, O_RDONLY);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_unittest.cc 110 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
123 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
  /external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c 431 if( flags&SQLITE_OPEN_READONLY ) oflags |= O_RDONLY;
472 dfd = open(zDir, O_RDONLY, 0);
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 57 loop_fd = open(mnt_fsname, O_RDONLY);
379 int fd = open(device, O_RDONLY | O_EXCL);
  /external/icu/icu4c/source/common/
umapfile.c 177 fd=open(path, O_RDONLY);
390 fd=open(path, O_RDONLY);
  /external/libunwind/src/coredump/
_UCD_create.c 94 int fd = ui->coredump_fd = open(filename, O_RDONLY);
322 int fd = open(filename, O_RDONLY);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-minimal.c 221 fd = open(filename, O_RDONLY);
248 int fd = open(name, O_RDONLY);
  /external/qemu/android/utils/
filelock.c 120 pidfile_fd = open( lock->temp, O_RDONLY );
309 int lockfd = HANDLE_EINTR(open(lock->lock,O_RDONLY));
timezone.c 193 fd1 = open( scan->localtime, O_RDONLY );
198 fd2 = open( path, O_RDONLY );
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
SDL_syscdrom.c 76 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
239 return(open(SDL_cdlist[drive], (O_RDONLY|O_EXCL|O_NONBLOCK), 0));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
SDL_syscdrom.c 79 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
248 return(open(SDL_cdlist[drive], (O_RDONLY|O_EXCL|O_NONBLOCK), 0));
  /external/wpa_supplicant_8/src/crypto/
random.c 233 fd = open("/dev/random", O_RDONLY | O_NONBLOCK);
418 random_fd = open("/dev/random", O_RDONLY | O_NONBLOCK);
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 302 int fd = open(realFilename, O_RDONLY);
400 int fd = open(g.file.string(), O_RDONLY);
540 int fd = open(filepath.string(), O_RDONLY);
859 fd = open(path, O_RDONLY);
938 fd = open(filename, O_RDONLY);
1074 fd = open(filename, O_RDONLY);
    [all...]
  /system/extras/memtrack/
memtrack.cpp 43 fd_ = open(filename, O_RDONLY);
132 int fd = open(proc_file_, O_RDONLY);
  /system/extras/sound/
playwav.c 156 fd = open(fn, O_RDONLY);
301 fd = open(fn, O_RDONLY);
  /system/extras/verity/
build_verity_tree.cpp 202 int random_fd = open("/dev/urandom", O_RDONLY);
240 int fd = open(data_filename, O_RDONLY);

Completed in 3339 milliseconds

<<11121314151617181920>>