Home
last modified time | relevance | path

Searched refs:archive_entry_set_ino64 (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/libarchive/libarchive/
HDarchive_entry.h279 __LA_DECL void archive_entry_set_ino64(struct archive_entry *, __LA_INT64_T);
HDarchive_entry.c789 archive_entry_set_ino64(struct archive_entry *entry, int64_t ino) in archive_entry_set_ino64() function
HDarchive_read_support_format_xar.c771 archive_entry_set_ino64(entry, file->ino64); in xar_read_header()
/trueos/contrib/libarchive/libarchive/test/
HDtest_entry.c208 archive_entry_set_ino64(e, 8594); in DEFINE_TEST()