Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h64 int (*open_on_current_dir)(struct tree*, const char *, int); member
H A Darchive_read_disk_posix.c373 static int open_on_current_dir(struct tree *, const char *, int);
466 a->open_on_current_dir = open_on_current_dir; in archive_read_disk_new()
730 t->entry_fd = open_on_current_dir(t, in _archive_read_data_block()
1002 t->entry_fd = open_on_current_dir(t, in next_entry()
2073 open_on_current_dir(struct tree *t, const char *path, int flags) in open_on_current_dir() function
2241 new_fd = open_on_current_dir(t, t->stack->name.s, flag); in tree_descent()
2277 new_fd = open_on_current_dir(t, "..", O_RDONLY | O_CLOEXEC); in tree_ascend()
H A Darchive_read_disk_entry_from_file.c152 *fd = a->open_on_current_dir(a->tree, path, in archive_read_disk_entry_setup_path()
232 fd = a->open_on_current_dir(a->tree, path, in archive_read_disk_entry_from_file()
874 *fd = a->open_on_current_dir(a->tree, path, in setup_sparse_fiemap()