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

  /bionic/tests/headers/posix/
ftw_h.c 49 MACRO(FTW_CHDIR);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 41 #define FTW_CHDIR 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 73 FTW_CHDIR = 4, /* Change to current directory while processing it. */
74 # define FTW_CHDIR FTW_CHDIR
  /bionic/libc/include/
ftw.h 50 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */
  /bionic/libc/bionic/
ftw.cpp 43 if (!(nftw_flags & FTW_CHDIR)) fts_options |= FTS_NOCHDIR;
  /external/ltp/testcases/kernel/syscalls/nftw/
test.c 257 * contains FTW_CHDIR shall change the current working directory to each
275 "TEST: nftw with FTW_CHDIR changes to each dir before reporting files in it\n");
278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR);
test64.c 258 * contains FTW_CHDIR shall change the current working directory to each
277 "TEST: nftw64 with FTW_CHDIR changes to each dir before reporting files in it\n");
280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR);

Completed in 550 milliseconds