HomeSort by relevance Sort by last modified time
    Searched refs:FTS_PHYSICAL (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
fts.h 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
  /bionic/libc/bionic/
fts.c 577 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) {
588 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));

Completed in 368 milliseconds