Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c347 archive_entry_copy_sourcepath(e, "path1"); in DEFINE_TEST()
515 archive_entry_copy_sourcepath(e, "source"); in DEFINE_TEST()
621 archive_entry_copy_sourcepath(e, "source2"); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.h368 __LA_DECL void archive_entry_copy_sourcepath(struct archive_entry *, const char *);
H A Darchive_read_disk_posix.c1091 archive_entry_copy_sourcepath(entry, tree_current_access_path(t)); in next_entry()
1168 archive_entry_copy_sourcepath(entry, tree_current_path(t)); in _archive_read_next_header2()
H A Darchive_entry.c1371 archive_entry_copy_sourcepath(struct archive_entry *entry, const char *path) in archive_entry_copy_sourcepath() function
/freebsd/lib/libarchive/
H A DMakefile216 MLINKS+= archive_entry_paths.3 archive_entry_copy_sourcepath.3
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c703 archive_entry_copy_sourcepath(entry, srcpath); in file_to_archive()