Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_entry.c349 assertEqualString(archive_entry_sourcepath(e), "path1"); in DEFINE_TEST()
551 assertEqualString(archive_entry_sourcepath(e2), "source"); in DEFINE_TEST()
652 assertEqualString(archive_entry_sourcepath(e2), "source"); in DEFINE_TEST()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c142 path = archive_entry_sourcepath(entry); in archive_read_disk_entry_setup_path()
174 path = archive_entry_sourcepath(entry); in archive_read_disk_entry_from_file()
H A Darchive_entry.h278 __LA_DECL const char *archive_entry_sourcepath(struct archive_entry *);
H A Darchive_entry.c661 archive_entry_sourcepath(struct archive_entry *entry) in archive_entry_sourcepath() function
/freebsd-13.1/contrib/libarchive/tar/
H A Dwrite.c542 archive_entry_sourcepath(entry)); in write_archive()
/freebsd-13.1/contrib/libarchive/cpio/
H A Dcpio.c796 const char *srcpath = archive_entry_sourcepath(entry); in entry_to_archive()