HomeSort by relevance Sort by last modified time
    Searched refs:F_OK (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /frameworks/base/tools/aapt/
ZipFile.cpp 78 newArchive = (access(zipFileName, F_OK) != 0);
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 750 if (access(path.data(), F_OK) != 0) {
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 218 initConstant(env, c, "F_OK", F_OK);
  /system/core/init/
init.c 894 if (access("/sys/fs/selinux", F_OK) != 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 784 access(fromname, F_OK) == 0 &&
840 accres = access(myname, F_OK);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 784 access(fromname, F_OK) == 0 &&
840 accres = access(myname, F_OK);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 306 if (access(filename, F_OK)) {
359 if (access(linkname, F_OK))
    [all...]
symbol.c 1271 if (access(kallsyms_filename, F_OK)) {
    [all...]
  /external/e2fsprogs/misc/
e2image.c     [all...]
tune2fs.c     [all...]
mke2fs.c     [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 98 if (access(origName, F_OK) != 0) {
    [all...]
  /hardware/intel/common/libva/va/
va.c 238 if (0 == access( driver_path, F_OK))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c 239 if (access (filename, F_OK) == -1
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1165 if (access(filename, F_OK))
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /system/core/sdcard/
sdcard.c 393 if (search && access(buf, F_OK)) {
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 514 if (access("/sys/fs/ext4/features/lazy_itable_init", F_OK) == 0)
    [all...]
  /external/openssl/apps/
ca.c 93 # define F_OK 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 322 if (access(ctrl_iface_dir, F_OK) < 0) {
    [all...]
  /system/vold/
cryptfs.c     [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 597 access(kRawImagesOutputDirPath, F_OK) != -1 ) {
    [all...]

Completed in 3864 milliseconds

1 2 3 4 5 6 78 9