Searched refs:pass_destpath_alloc (Results 1 – 2 of 2) sorted by relevance
49 size_t pass_destpath_alloc; member
744 if (len >= cpio->pass_destpath_alloc) { in file_to_archive()745 while (len >= cpio->pass_destpath_alloc) { in file_to_archive()746 cpio->pass_destpath_alloc += 512; in file_to_archive()747 cpio->pass_destpath_alloc *= 2; in file_to_archive()750 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc); in file_to_archive()