HomeSort by relevance Sort by last modified time
    Searched refs:FTW_PHYS (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/
ftw.h 46 #define FTW_PHYS 0x01 /* Physical walk, don't follow sym links. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 68 FTW_PHYS = 1, /* Perform physical walk, ignore symlinks. */
69 # define FTW_PHYS FTW_PHYS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 68 FTW_PHYS = 1, /* Perform physical walk, ignore symlinks. */
69 # define FTW_PHYS FTW_PHYS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 68 FTW_PHYS = 1, /* Perform physical walk, ignore symlinks. */
69 # define FTW_PHYS FTW_PHYS
  /bionic/libc/upstream-netbsd/libc/gen/
nftw.c 60 if (ftwflags & FTW_PHYS)
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 92 int nftw_flags = FTW_PHYS;
  /system/core/init/
util.c 527 int flags = FTW_DEPTH | FTW_MOUNT | FTW_PHYS;
  /bootable/recovery/updater/
install.c 881 bad += nftw(args[0], do_SetMetadataRecursive, 30, FTW_CHDIR | FTW_DEPTH | FTW_PHYS);
    [all...]

Completed in 184 milliseconds