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

  /bionic/tests/headers/posix/
ftw_h.c 40 MACRO(FTW_DNR);
  /bionic/libc/include/
ftw.h 38 #define FTW_DNR 2 /* Directory without read permission. */
  /bionic/libc/bionic/
ftw.cpp 65 // In the can't-access case, we'll translate FTS_DNR to FTW_DNR later.
73 fn_flag = FTW_DNR;
  /bionic/tests/
ftw_test.cpp 69 EXPECT_EQ(FTW_DNR, tflag) << fpath;
129 EXPECT_EQ(strstr(path, "unreadable") != nullptr ? FTW_DNR : FTW_D, flag) << path;
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.c 232 {"/dirg/dir_right.1", FTW_DNR},
240 {"FTW_DNR", FTW_DNR},
444 fprintf(temp, "depth, int flags) shall pass FTW_DNR as the third\n");
515 fprintf(temp, "passed to the function fn is FTW_DNR then the\n");
nftw64.c 232 {"/dirg/dir_right.1", FTW_DNR},
240 {"FTW_DNR", FTW_DNR},
455 fprintf(temp, "depth, int flags) shall pass FTW_DNR as the third\n");
530 fprintf(temp, "passed to the function fn is FTW_DNR then the\n");
test_func.c 435 if (ftw_integer == FTW_DNR) {
527 if (ftw_integer == FTW_DNR) {
532 "ERROR: When FTW_DNR is passed to the function fn the\n");
540 "ERROR: Directory has read permission or FTW_DNR was not passed to fn\n");
test_func64.c 443 if (ftw_integer == FTW_DNR) {
539 if (ftw_integer == FTW_DNR) {
544 "ERROR: When FTW_DNR is passed to the function fn the\n");
552 "ERROR: Directory has read permission or FTW_DNR was not passed to fn\n");

Completed in 146 milliseconds