OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fts_build
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
fts.c
46
static FTSENT *
fts_build
(FTS *, int);
64
/*
fts_build
flags */
328
* If haven't read do so. If the read fails,
fts_build
sets
339
} else if ((sp->fts_child =
fts_build
(sp, BREAD)) == NULL) {
515
return (sp->fts_child =
fts_build
(sp, instr));
519
sp->fts_child =
fts_build
(sp, instr);
543
fts_build
(FTS *sp, int type)
function
826
* in
fts_build
to limit the number of stat calls. It is
/prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libc.so
Completed in 165 milliseconds