OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_PHYS
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/development/ndk/platforms/android-L/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
ftw.h
46
#define
FTW_PHYS
0x01 /* Physical walk, don't follow sym links. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ftw.h
68
FTW_PHYS
= 1, /* Perform physical walk, ignore symlinks. */
69
# define
FTW_PHYS
FTW_PHYS
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h
68
FTW_PHYS
= 1, /* Perform physical walk, ignore symlinks. */
69
# define
FTW_PHYS
FTW_PHYS
/bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c
60
if (ftwflags &
FTW_PHYS
)
/external/libcap-ng/libcap-ng-0.7/utils/
filecap.c
92
int nftw_flags =
FTW_PHYS
;
/external/e2fsprogs/misc/
e4defrag.c
[
all
...]
/bootable/recovery/updater/
install.c
895
bad += nftw(args[0], do_SetMetadataRecursive, 30, FTW_CHDIR | FTW_DEPTH |
FTW_PHYS
);
[
all
...]
Completed in 1626 milliseconds