OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fts_parent
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
fts.h
69
struct _ftsent *
fts_parent
; /* parent directory */
member in struct:_ftsent
/bionic/libc/bionic/
fts.c
113
p->
fts_parent
= parent;
214
p = p->fts_link ? p->fts_link : p->
fts_parent
;
333
p->
fts_parent
->fts_accpath;
382
name: t = sp->fts_path + NAPPEND(p->
fts_parent
);
389
p = tmp->
fts_parent
;
427
fts_safe_changedir(sp, p->
fts_parent
, -1, "..")) {
675
p->
fts_parent
= sp->fts_cur;
765
fts_safe_changedir(sp, cur->
fts_parent
, -1, ".."))) {
845
for (t = p->
fts_parent
;
846
t->fts_level >= FTS_ROOTLEVEL; t = t->
fts_parent
)
[
all
...]
Completed in 467 milliseconds