OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_CHDIR
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/development/ndk/platforms/android-L/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
ftw.h
49
#define
FTW_CHDIR
0x08 /* Change to a directory before reading it. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ftw.h
73
FTW_CHDIR
= 4, /* Change to current directory while processing it. */
74
# define
FTW_CHDIR
FTW_CHDIR
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h
73
FTW_CHDIR
= 4, /* Change to current directory while processing it. */
74
# define
FTW_CHDIR
FTW_CHDIR
/bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c
56
if (!(ftwflags &
FTW_CHDIR
))
/bootable/recovery/updater/
install.c
895
bad += nftw(args[0], do_SetMetadataRecursive, 30,
FTW_CHDIR
| FTW_DEPTH | FTW_PHYS);
[
all
...]
Completed in 200 milliseconds