OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fts_rfd
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h
46
int
fts_rfd
; /* fd for root */
member in struct:__anon70752
/bionic/libc/bionic/
fts.c
166
if (!ISSET(FTS_NOCHDIR) && (sp->
fts_rfd
= open(".", O_RDONLY, 0)) < 0)
226
rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->
fts_rfd
;
362
if (FCHDIR(sp, sp->
fts_rfd
)) {
419
if (FCHDIR(sp, sp->
fts_rfd
)) {
773
(cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->
fts_rfd
) :
Completed in 82 milliseconds
1
2
3