OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS_PHYSICAL
(Results
51 - 58
of
58
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fts.h
55
#define
FTS_PHYSICAL
0x0010 /* physical walk */
/bionic/libc/upstream-netbsd/lib/libc/gen/
nftw.c
61
ftsflags |=
FTS_PHYSICAL
;
/external/selinux/policycoreutils/restorecond/
restorecond.c
159
r_opts.fts_flags =
FTS_PHYSICAL
;
/external/selinux/policycoreutils/setfiles/
setfiles.c
200
r_opts.fts_flags =
FTS_PHYSICAL
| FTS_XDEV;
220
r_opts.fts_flags =
FTS_PHYSICAL
;
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c
128
fts_flags =
FTS_PHYSICAL
;
/bionic/libc/bionic/
fts.c
580
else if (ISSET(FTS_NOSTAT) && ISSET(
FTS_PHYSICAL
)) {
591
ISSET(FTS_NOSTAT), ISSET(
FTS_PHYSICAL
), ISSET(FTS_SEEDOT));
/external/libselinux/src/
android.c
[
all
...]
/system/vold/
VolumeManager.cpp
[
all
...]
Completed in 164 milliseconds
1
2
3