OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_DNR
(Results
26 - 41
of
41
) sorted by null
1
2
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
ftw.h
37
#define
FTW_DNR
2 /* Directory without read permission. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h
42
FTW_DNR
, /* Unreadable directory. */
43
#define
FTW_DNR
FTW_DNR
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h
42
FTW_DNR
, /* Unreadable directory. */
43
#define
FTW_DNR
FTW_DNR
/bionic/libc/include/
ftw.h
38
#define
FTW_DNR
2 /* Directory without read permission. */
/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;
/bionic/libc/bionic/
ftw.cpp
63
// In the can't-access case, we'll translate FTS_DNR to
FTW_DNR
later.
68
fn_flag =
FTW_DNR
;
/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 6392 milliseconds
1
2