OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fts_accpath
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
fts.c
114
p->
fts_accpath
= p->fts_name;
185
* the
fts_accpath
field specially so the chdir gets done to the right
196
p->
fts_accpath
= p->fts_path = sp->fts_path;
328
if (fts_safe_changedir(sp, p, -1, p->
fts_accpath
)) {
332
p->
fts_accpath
=
333
p->fts_parent->
fts_accpath
;
507
if (p->fts_level != FTS_ROOTLEVEL || p->
fts_accpath
[0] == '/' ||
556
if ((dirp = opendir(cur->
fts_accpath
)) == NULL) {
698
p->
fts_accpath
= cur->
fts_accpath
;
[
all
...]
/bionic/libc/include/
fts.h
73
char *
fts_accpath
; /* access path */
member in struct:_ftsent
/bionic/tools/versioner/src/
VFS.cpp
51
const char* file_path = ent->
fts_accpath
;
/external/elfutils/libdwfl/
linux-kernel-modules.c
648
result = check_notes (mod, f->
fts_accpath
, 0, f->fts_name);
820
int fd = open (f->
fts_accpath
, O_RDONLY);
Completed in 81 milliseconds