HomeSort by relevance Sort by last modified time
    Searched refs:FTS_ROOTLEVEL (Results 51 - 59 of 59) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fts.h 81 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fts.h 81 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fts.h 81 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fts.h 83 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fts.h 83 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fts.h 83 #define FTS_ROOTLEVEL 0
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fts.h 83 #define FTS_ROOTLEVEL 0
  /bionic/libc/bionic/
fts.c 119 p->fts_level = FTS_ROOTLEVEL;
216 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
360 if (p->fts_level == FTS_ROOTLEVEL) {
417 if (p->fts_level == FTS_ROOTLEVEL) {
515 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
642 * around to FTS_ROOTLEVEL and FTS_ROOTPARENTLEVEL.
771 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) :
846 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
993 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 384 * Since the first level MUST be FTS_ROOTLEVEL, base
387 if (curr->fts_level == FTS_ROOTLEVEL) {

Completed in 337 milliseconds

1 23