OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_NOCHDIR
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fts.h
51
#define
FTS_NOCHDIR
0x0004 /* don't change directories */
/ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h
51
#define
FTS_NOCHDIR
0x0004 /* don't change directories */
/ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h
51
#define
FTS_NOCHDIR
0x0004 /* don't change directories */
/bionic/libc/bionic/
fts.c
62
#define FCHDIR(sp, fd) (!ISSET(
FTS_NOCHDIR
) && fchdir(fd))
93
SET(
FTS_NOCHDIR
);
163
if (!ISSET(
FTS_NOCHDIR
) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
164
SET(
FTS_NOCHDIR
);
223
rfd = ISSET(
FTS_NOCHDIR
) ? -1 : sp->fts_rfd;
287
if (p->fts_info == FTS_D && !ISSET(
FTS_NOCHDIR
)) {
376
if (p->fts_info == FTS_D && !ISSET(
FTS_NOCHDIR
)) {
514
ISSET(
FTS_NOCHDIR
))
631
if (ISSET(
FTS_NOCHDIR
)) {
675
if (ISSET(
FTS_NOCHDIR
))
[
all
...]
Completed in 390 milliseconds