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

  /bionic/tests/headers/posix/
ftw_h.c 39 MACRO(FTW_D);
  /bionic/libc/include/
ftw.h 37 #define FTW_D 1 /* Directory. */
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.c 226 {"/dirg", FTW_D},
227 {"/dirg/dir_left.1", FTW_D},
233 {"/dirg/dir_left.1/dir_left.2", FTW_D},
239 {"FTW_D", FTW_D},
392 fprintf(temp, "depth, int flags) shall pass FTW_D as the third\n");
nftw64.c 226 {"/dirg", FTW_D},
227 {"/dirg/dir_left.1", FTW_D},
233 {"/dirg/dir_left.1/dir_left.2", FTW_D},
239 {"FTW_D", FTW_D},
399 fprintf(temp, "depth, int flags) shall pass FTW_D as the third\n");
test_func.c 119 if (ftw_integer == FTW_D)
183 if (ftw_integer == FTW_D || ftw_integer == FTW_F ||
185 if ((((ftw_integer == FTW_D) || (ftw_integer ==
299 if (ftw_integer == FTW_D) {
test_func64.c 119 if (ftw_integer == FTW_D)
185 if (ftw_integer == FTW_D || ftw_integer == FTW_F ||
187 if ((((ftw_integer == FTW_D) || (ftw_integer ==
303 if (ftw_integer == FTW_D) {
test.c 380 * FTW_D as the third argument of the function fn when the object is a
390 "TEST: nftw passes FTW_D as third arg to fn() when file is directory\n");
419 if (badlist[i].i == FTW_D)
test64.c 387 * FTW_D as the third argument of the function fn when the object is a
398 "TEST: nftw64 passes FTW_D as third arg to fn() when file is directory\n");
427 if (badlist[i].i == FTW_D)
  /bionic/libc/bionic/
ftw.cpp 67 fn_flag = FTW_D;
  /external/linux-kselftest/tools/testing/selftests/bpf/
cgroup_helpers.c 80 if ((fileflags & FTW_D) && rmdir(filename))
  /bionic/tests/
ftw_test.cpp 67 EXPECT_TRUE(tflag == FTW_D || tflag == FTW_DP) << fpath << ' ' << tflag;
129 EXPECT_EQ(strstr(path, "unreadable") != nullptr ? FTW_DNR : FTW_D, flag) << path;
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 227 } else if (flag == FTW_D) {

Completed in 3670 milliseconds