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

1 2 3 4 5 67 8 9

  /system/core/adb/
usb_linux_client.c 470 if (access(USB_FFS_ADB_EP0, F_OK) == 0)
adb.c     [all...]
commandline.c 963 return access(path_buf, F_OK) == 0;
    [all...]
  /external/bison/darwin-lib/
unistd.h 542 #ifndef F_OK
543 # define F_OK 0
    [all...]
  /external/bison/lib/
unistd.in.h 230 #ifndef F_OK
231 # define F_OK 0
    [all...]
  /external/bison/linux-lib/
unistd.h 542 #ifndef F_OK
543 # define F_OK 0
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 738 if(access(file_name_old, F_OK) == 0)
740 if(access(file_name_new, F_OK) == 0)
  /system/core/init/
devices.c 169 if (access(buf, F_OK) == 0) {
838 return access("/dev/.booting", F_OK) == 0;
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 356 return access(fname.c_str(), F_OK) == 0;
  /external/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 251 if os.access(filename, os.F_OK):
  /external/ltrace/sysdeps/linux-gnu/
proc.c 73 if (!access(proc_exe, F_OK)) {
  /frameworks/native/cmds/atrace/
atrace.cpp 196 return access(filename, F_OK) != -1;
  /hardware/libhardware_legacy/wifi/
wifi.c 575 if (access(IFACE_DIR, F_OK) == 0) {
  /libcore/luni/src/main/java/android/system/
OsConstants.java 245 public static final int F_OK = placeholder();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 285 #define F_OK 0 /* Test for existence. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 285 #define F_OK 0 /* Test for existence. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 35 if os.path.isfile(currpath) and os.access(currpath, os.F_OK):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 35 if os.path.isfile(currpath) and os.access(currpath, os.F_OK):
  /bootable/recovery/updater/
install.c 399 } else if (access(dst_name, F_OK) == 0 && access(src_name, F_OK) != 0) {
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 124 access(kRawImagesOutputDirPath, F_OK) != -1 ) {
128 if (mRawCapture && (access(kYuvImagesOutputDirPath, F_OK) != -1)) {
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 80 newArchive = (access(zipFileName, F_OK) != 0);
    [all...]
  /external/chromium_org/base/files/
file_util_posix.cc 356 return access(path.value().c_str(), F_OK) == 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 389 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 359 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) {
  /external/valgrind/main/include/vki/
vki-darwin.h 727 #define VKI_F_OK F_OK

Completed in 2318 milliseconds

1 2 3 4 5 67 8 9