Home
last modified time | relevance | path

Searched refs:fts_cur (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dfts.c156 sp->fts_cur->fts_link = root; in __fts_open()
218 if (sp->fts_cur) { in fts_close()
271 p = sp->fts_cur; in fts_read()
370 return (sp->fts_cur = p); in fts_read()
396 return (sp->fts_cur = p); in fts_read()
424 sp->fts_cur = p; in fts_read()
433 sp->fts_cur = p; in fts_read()
440 sp->fts_cur = p; in fts_read()
444 return (sp->fts_cur = p); in fts_read()
479 p = sp->fts_cur; in fts_children()
[all …]
/aosp12/bionic/libc/include/
H A Dfts.h42 struct _ftsent *fts_cur; /* current node */ member