Searched refs:existing_linkpath (Results 1 – 1 of 1) sorted by relevance
1348 const char *existing_linkpath; in header_common() local1442 existing_linkpath = archive_entry_hardlink(entry); in header_common()1443 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()1520 existing_linkpath = archive_entry_symlink(entry); in header_common()1521 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()