OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_CHDIR
(Results
1 - 5
of
5
) sorted by null
/bionic/tests/headers/posix/
ftw_h.c
49
MACRO(
FTW_CHDIR
);
/bionic/libc/include/
ftw.h
50
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/bionic/libc/bionic/
ftw.cpp
45
if (!(nftw_flags &
FTW_CHDIR
)) fts_options |= FTS_NOCHDIR;
/external/ltp/testcases/kernel/syscalls/nftw/
test.c
257
* contains
FTW_CHDIR
shall change the current working directory to each
275
"TEST: nftw with
FTW_CHDIR
changes to each dir before reporting files in it\n");
278
ret_val = nftw(path, test_func5, MAX_FD,
FTW_CHDIR
);
test64.c
258
* contains
FTW_CHDIR
shall change the current working directory to each
277
"TEST: nftw64 with
FTW_CHDIR
changes to each dir before reporting files in it\n");
280
ret_val = nftw64(path, test_func5, MAX_FD,
FTW_CHDIR
);
Completed in 193 milliseconds