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

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 72 #ifndef F_OK
73 #define F_OK 00 // not defined by MSVC for whatever reason
284 if (access(possible_paths[i], F_OK) == 0) {
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 215 if (access(OP_DRIVER_BASE"/stats", F_OK)) {
251 if (access(buf, F_OK) < 0)
263 if (access(OP_DATA_DIR, F_OK) == 0)
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 71 #ifndef F_OK
72 #define F_OK 00 // not defined by MSVC for whatever reason
276 if (access(possible_paths[i], F_OK) == 0) {
    [all...]
command_line_interface.cc 78 #ifndef F_OK
79 #define F_OK 00 // not defined by MSVC for whatever reason
721 if (access(input_files_[i].c_str(), F_OK) < 0) {
891 if (access(disk_path.c_str(), F_OK) < 0) {
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 68 if (access(devname, F_OK) < 0)
195 if (only_if_new && !access(tmp->bid_name, F_OK))
tag.c 357 !access(tmp->bit_dev->bid_name, F_OK)) {
  /external/qemu/android/utils/
path.c 217 int ret = HANDLE_EINTR(access(path, F_OK));
519 if ( access(source, F_OK) < 0 ||
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 151 return access(fileName.GetCStr(), F_OK) > -1;
  /frameworks/av/media/libmedia/
MediaScanner.cpp 145 if (access(path, F_OK) == 0) {
  /system/core/libcutils/
sched_policy.c 113 if (!access("/dev/cpuctl/tasks", F_OK)) {
  /system/extras/tests/framebuffer/
fb_test.c 143 if (!access("/dev/tty0", F_OK)) {
  /system/vold/
VolumeManager.cpp 155 if (!access(dmDevice, F_OK) || errno != ENOENT) {
323 if (access(mountPath, F_OK)) {
346 if (access(asecFileName, F_OK)) {
376 if (access(asecFileName, F_OK)) {
446 if (!access(asecFileName, F_OK)) {
968 if (!access(asecFilename2, F_OK)) {
    [all...]
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 395 if os.access("C:/Windows/SysWOW64", os.F_OK):
404 if os.access("C:/Windows/SysWOW64", os.F_OK):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 323 #ifndef F_OK
324 # define F_OK 0
    [all...]
  /external/e2fsprogs/misc/
blkid.c 187 if (access(devname, F_OK))
  /external/mtpd/
mtpd.c 205 if (!access("/data/misc/vpn/abort", F_OK)) {
  /system/core/fastboot/
usb_linux.c 478 if (access(usb->fname, F_OK))
  /system/core/fs_mgr/
fs_mgr_verity.c 349 if (!access(device, F_OK) || errno != ENOENT) {
  /ndk/sources/host-tools/make-3.81/
job.c     [all...]
  /bootable/recovery/minadbd/
usb_linux_client.c 469 if (access(USB_FFS_ADB_EP0, F_OK) == 0)
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 357 if (access(path, F_OK))
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 239 if os.access(filename, os.F_OK):
  /external/mesa3d/src/egl/main/
egldriver.c 357 if (access(path, F_OK))
  /libcore/luni/src/main/java/java/io/
File.java 363 return doAccess(F_OK);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 173 #define F_OK 0 /* Check for file existence */

Completed in 1171 milliseconds

1 2 3 4 56 7 8 9