Searched refs:tree_current_access_path (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/libarchive-29/libarchive/examples/minitar/
H A Dtree.h62 const char *tree_current_access_path(struct tree *);
H A Dminitar.c278 fd = open(tree_current_access_path(t), O_RDONLY);
H A Dtree.c337 tree_current_access_path(struct tree *t) function
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dtree.h97 const char *tree_current_access_path(struct tree *);
H A Dshar.c236 tree_current_access_path(t), st) != ARCHIVE_OK)
H A Dtree.c492 tree_current_access_path(struct tree *t) function
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dtree.h120 const char *tree_current_access_path(struct tree *);
H A Dtree.c607 if (stat(tree_current_access_path(t), &t->st) != 0)
619 HANDLE h = CreateFile(tree_current_access_path(t),
646 if (lstat(tree_current_access_path(t), &t->lst) != 0)
761 tree_current_access_path(struct tree *t) function
H A Dwrite.c807 tree_current_access_path(tree));

Completed in 68 milliseconds