OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_OPTIONMASK
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h
58
#define
FTS_OPTIONMASK
0x00ff /* valid user option mask */
/bionic/libc/bionic/
fts.c
83
if (options & ~
FTS_OPTIONMASK
) {
Completed in 72 milliseconds
1
2
3