OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_DP
(Results
1 - 11
of
11
) sorted by null
/bionic/tests/headers/posix/
ftw_h.c
41
MACRO(
FTW_DP
);
/bionic/libc/include/
ftw.h
39
#define
FTW_DP
3 /* Directory with subdirectories visited. */
/bionic/libc/bionic/
ftw.cpp
64
// In the postorder case, we'll translate FTS_DP to
FTW_DP
later.
77
fn_flag =
FTW_DP
;
/bionic/tests/
ftw_test.cpp
67
EXPECT_TRUE(tflag == FTW_D || tflag ==
FTW_DP
) << fpath << ' ' << tflag;
/external/ltp/testcases/kernel/syscalls/nftw/
nftw.c
245
{"
FTW_DP
",
FTW_DP
},
405
fprintf(temp, "depth, int flags) shall pass
FTW_DP
as the third\n");
nftw64.c
243
{"
FTW_DP
",
FTW_DP
},
413
fprintf(temp, "depth, int flags) shall pass
FTW_DP
as the third\n");
test.c
410
*
FTW_DP
as the third argument of the function fn when the object is a
420
badlist[i].i =
FTW_DP
;
424
"TEST: nftw passes
FTW_DP
when file is directory and subdirs already visited\n");
test64.c
418
*
FTW_DP
as the third argument of the function fn when the object is a
428
badlist[i].i =
FTW_DP
;
433
"TEST: nftw64 passes
FTW_DP
when file is directory and subdirs already visited\n");
test_func.c
333
if (ftw_integer ==
FTW_DP
) {
test_func64.c
338
if (ftw_integer ==
FTW_DP
) {
/external/minijail/
system_unittest.cc
58
if (file_type ==
FTW_DP
) {
Completed in 180 milliseconds