OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_DEPTH
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/include/
ftw.h
48
#define
FTW_DEPTH
0x04 /* Subdirs visited before the dir itself. */
/development/ndk/platforms/android-L/include/
ftw.h
48
#define
FTW_DEPTH
0x04 /* Subdirs visited before the dir itself. */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
ftw.h
48
#define
FTW_DEPTH
0x04 /* Subdirs visited before the dir itself. */
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
ftw.h
48
#define
FTW_DEPTH
0x04 /* Subdirs visited before the dir itself. */
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
ftw.h
48
#define
FTW_DEPTH
0x04 /* Subdirs visited before the dir itself. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ftw.h
75
FTW_DEPTH
= 8 /* Report files in directory before directory itself.*/
76
# define
FTW_DEPTH
FTW_DEPTH
100
(if
FTW_DEPTH
) and then its siblings. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h
75
FTW_DEPTH
= 8 /* Report files in directory before directory itself.*/
76
# define
FTW_DEPTH
FTW_DEPTH
100
(if
FTW_DEPTH
) and then its siblings. */
/bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c
62
postorder = (ftwflags &
FTW_DEPTH
) != 0;
/bootable/recovery/updater/
install.c
894
bad += nftw(args[0], do_SetMetadataRecursive, 30, FTW_CHDIR |
FTW_DEPTH
| FTW_PHYS);
[
all
...]
Completed in 2034 milliseconds