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

  /bionic/tests/headers/posix/
ftw_h.c 48 MACRO(FTW_DEPTH);
  /bionic/libc/include/
ftw.h 49 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */
  /external/bcc/src/cc/frontends/clang/
kbuild_helper.h 76 if (::nftw(prefix_.c_str(), ftw_cb, 20, FTW_DEPTH) < 0)
  /external/perf_data_converter/src/quipper/
scoped_temp_path.cc 68 // FTW_DEPTH: Handle directories after their contents.
71 FTW_DEPTH | FTW_PHYS)) {
  /bionic/libc/bionic/
ftw.cpp 48 bool postorder = (nftw_flags & FTW_DEPTH) != 0;
  /external/linux-kselftest/tools/testing/selftests/bpf/
cgroup_helpers.c 148 nftw(cgroup_workdir, nftwfunc, WALK_FD_LIMIT, FTW_DEPTH | FTW_MOUNT);
  /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);
  /external/mesa3d/src/compiler/glsl/tests/
cache_test.c 127 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS);
  /external/minijail/
system_unittest.cc 72 return nftw(path.c_str(), callback, 128, FTW_DEPTH) == 0;

Completed in 1249 milliseconds