Home
last modified time | relevance | path

Searched refs:archive_entry_copy_sourcepath (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_entry.c299 archive_entry_copy_sourcepath(e, "path1"); in DEFINE_TEST()
433 archive_entry_copy_sourcepath(e, "source"); in DEFINE_TEST()
540 archive_entry_copy_sourcepath(e, "source2"); in DEFINE_TEST()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_entry.h358 __LA_DECL void archive_entry_copy_sourcepath(struct archive_entry *, const char *);
H A Darchive_read_disk_posix.c1099 archive_entry_copy_sourcepath(entry, tree_current_access_path(t)); in next_entry()
1177 archive_entry_copy_sourcepath(entry, tree_current_path(t)); in _archive_read_next_header2()
H A Darchive_entry.c1238 archive_entry_copy_sourcepath(struct archive_entry *entry, const char *path) in archive_entry_copy_sourcepath() function
/freebsd-12.1/contrib/libarchive/cpio/
H A Dcpio.c708 archive_entry_copy_sourcepath(entry, srcpath); in file_to_archive()