Home | History | Annotate | Download | only in cpio

Lines Matching refs:srcpath

703 file_to_archive(struct cpio *cpio, const char *srcpath)
716 archive_entry_copy_sourcepath(entry, srcpath);
747 len = cpio->destdir_len + strlen(srcpath) + 8;
760 strcat(cpio->pass_destpath, remove_leading_slash(srcpath));
763 archive_entry_set_pathname(entry, srcpath);
798 const char *srcpath = archive_entry_sourcepath(entry);
828 archive_entry_set_hardlink(t, srcpath);
854 fd = open(srcpath, O_RDONLY | O_BINARY);
857 "%s: could not open file", srcpath);
870 srcpath,
897 fd = restore_time(cpio, entry, srcpath, fd);