OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fts_statp
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fts.h
110
struct stat *
fts_statp
; /* stat(2) information */
member in struct:_ftsent
/ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h
110
struct stat *
fts_statp
; /* stat(2) information */
member in struct:_ftsent
/ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h
110
struct stat *
fts_statp
; /* stat(2) information */
member in struct:_ftsent
/bionic/libc/bionic/
fts.c
799
sbp = ISSET(FTS_NOSTAT) ? &sb : p->
fts_statp
;
918
p->
fts_statp
= (struct stat *)ALIGN(p->fts_name + namelen + 2);
Completed in 77 milliseconds