Home
last modified time | relevance | path

Searched refs:open_on_current_dir (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h63 int (*open_on_current_dir)(struct tree*, const char *, int); member
H A Darchive_read_disk_posix.c366 static int open_on_current_dir(struct tree *, const char *, int);
459 a->open_on_current_dir = open_on_current_dir; in archive_read_disk_new()
723 t->entry_fd = open_on_current_dir(t, in _archive_read_data_block()
996 t->entry_fd = open_on_current_dir(t, in next_entry()
1992 open_on_current_dir(struct tree *t, const char *path, int flags) in open_on_current_dir() function
2162 new_fd = open_on_current_dir(t, t->stack->name.s, flag); in tree_descent()
2198 new_fd = open_on_current_dir(t, "..", O_RDONLY | O_CLOEXEC); in tree_ascend()
H A Darchive_read_disk_entry_from_file.c151 *fd = a->open_on_current_dir(a->tree, path, in archive_read_disk_entry_setup_path()
231 fd = a->open_on_current_dir(a->tree, path, in archive_read_disk_entry_from_file()
870 *fd = a->open_on_current_dir(a->tree, path, in setup_sparse_fiemap()