Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c348 assertEqualString(archive_entry_sourcepath(e), "path1"); in DEFINE_TEST()
549 assertEqualString(archive_entry_sourcepath(e2), "source"); in DEFINE_TEST()
650 assertEqualString(archive_entry_sourcepath(e2), "source"); in DEFINE_TEST()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c141 path = archive_entry_sourcepath(entry); in archive_read_disk_entry_setup_path()
173 path = archive_entry_sourcepath(entry); in archive_read_disk_entry_from_file()
H A Darchive_entry.h284 __LA_DECL const char *archive_entry_sourcepath(struct archive_entry *);
H A Darchive_entry.c723 archive_entry_sourcepath(struct archive_entry *entry) in archive_entry_sourcepath() function
/freebsd/contrib/libarchive/tar/
H A Dwrite.c525 archive_entry_sourcepath(entry)); in write_archive()
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c784 const char *srcpath = archive_entry_sourcepath(entry); in entry_to_archive()