Searched refs:pass_destpath_alloc (Results 1 – 2 of 2) sorted by relevance
49 size_t pass_destpath_alloc; member
736 if (len >= cpio->pass_destpath_alloc) { in file_to_archive()737 while (len >= cpio->pass_destpath_alloc) { in file_to_archive()738 cpio->pass_destpath_alloc += 512; in file_to_archive()739 cpio->pass_destpath_alloc *= 2; in file_to_archive()742 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc); in file_to_archive()