Searched refs:destpath (Results 1 – 1 of 1) sorted by relevance
699 const char *destpath; in file_to_archive() local741 destpath = srcpath; in file_to_archive()757 destpath = cpio->pass_destpath; in file_to_archive()760 destpath = cpio_rename(destpath); in file_to_archive()761 if (destpath == NULL) { in file_to_archive()765 archive_entry_copy_pathname(entry, destpath); in file_to_archive()791 const char *destpath = archive_entry_pathname(entry); in entry_to_archive() local799 fprintf(stderr,"%s", destpath); in entry_to_archive()962 const char *destpath; in mode_in() local1001 destpath = cpio_rename(archive_entry_pathname(entry)); in mode_in()[all …]