Searched refs:existing_linkpath (Results 1 – 1 of 1) sorted by relevance
1338 const char *existing_linkpath; in header_common() local1436 existing_linkpath = archive_entry_hardlink(entry); in header_common()1437 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()1514 existing_linkpath = archive_entry_symlink(entry); in header_common()1515 if ((existing_linkpath == NULL || existing_linkpath[0] == '\0') in header_common()