HomeSort by relevance Sort by last modified time
    Searched refs:FTW_DEPTH (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
ftw.h 48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 75 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/
76 # define FTW_DEPTH FTW_DEPTH
100 (if FTW_DEPTH) and then its siblings. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 75 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/
76 # define FTW_DEPTH FTW_DEPTH
100 (if FTW_DEPTH) and then its siblings. */
  /bionic/libc/include/
ftw.h 49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /bionic/libc/bionic/
ftw.cpp 46 bool postorder = (nftw_flags & FTW_DEPTH) != 0;
  /system/extras/pagecache/
dumpcache.c 149 nftw(mentry->mnt_dir, &scan_entry, MAX_NUM_FD, FTW_MOUNT | FTW_PHYS | FTW_DEPTH);
  /external/ltp/testcases/kernel/syscalls/nftw/
test.c 185 * contains FTW_DEPTH shall report all files in a directory before
195 fprintf(temp, "TEST: Verify traversal with FTW_DEPTH set\n");
199 if ((ret_val = nftw(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) {
221 * does not contain FTW_DEPTH shall report a directory before reporting
231 fprintf(temp, "TEST: Verify traversal without FTW_DEPTH set\n");
427 if ((ret = nftw("./tmp/data/dirg", test_func11, MAX_FD, FTW_DEPTH |
test64.c 184 * contains FTW_DEPTH shall report all files in a directory before
195 fprintf(temp, "TEST: Verify traversal with FTW_DEPTH set\n");
199 if ((ret_val = nftw64(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) {
221 * does not contain FTW_DEPTH shall report a directory before reporting
232 fprintf(temp, "TEST: Verify traversal without FTW_DEPTH set\n");
436 if ((ret = nftw64("./tmp/data/dirg", test_func11, MAX_FD, FTW_DEPTH |
  /external/vboot_reference/cgpt/
cgpt_nor.c 194 return nftw(dir, remove_file_or_dir, 20, FTW_DEPTH | FTW_PHYS);
  /system/core/tzdatacheck/
tzdatacheck.cpp 283 FTW_DEPTH | FTW_MOUNT | FTW_PHYS);

Completed in 1473 milliseconds

12