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

  /bionic/libc/bionic/
fts.c 119 p->fts_accpath = p->fts_name;
187 * the fts_accpath field specially so the chdir gets done to the right
198 p->fts_accpath = p->fts_path = sp->fts_path;
332 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
336 p->fts_accpath =
337 p->fts_parent->fts_accpath;
513 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
562 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
705 p->fts_accpath = cur->fts_accpath;
    [all...]
  /bionic/libc/include/
fts.h 69 char *fts_accpath; /* access path */ member in struct:_ftsent
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h 69 char *fts_accpath; /* access path */ member in struct:_ftsent
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h 69 char *fts_accpath; /* access path */ member in struct:_ftsent

Completed in 38 milliseconds