Searched refs:tar_file (Results 1 – 7 of 7) sorted by relevance
58 tar_file=$161 if [ ! -r $tar_file ]; then62 echo "$tar_file does not exist or cannot be read."75 echo "Extracting from $tar_file ..."79 pax -C 819 -rcvf $tar_file $ebcdic_data85 pax -C 37 -rvf $tar_file $ebcdic_data101 pax -C 819 -rvf $tar_file `cat icu/as_is/bomlist.txt`122 pax -C 819 -rvf $tar_file $binary_files;134 pax -C 819 -rvf $tar_file $binary_files143 pax -C 819 -rvf $tar_file $more_bin_files[all …]
26 tar_file=$150 pax -C 819 -rvf $tar_file $binary_files;61 pax -C 819 -rvf $tar_file $binary_files
29 tar_file=$130 if [ ! -r $tar_file ]; then31 echo "$tar_file does not exist or cannot be read."37 echo "Extracting from $tar_file ..."40 pax -rvf $tar_file -o to=IBM-1047,from=ISO8859-1 -o setfiletag65 for i in $(pax -f $tar_file 2>/dev/null)96 pax -rvf $tar_file $binary_files102 echo "$0 has completed extracting ICU from $tar_file."
71 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.bz2 macro72 sha256_file = $(tar_file).sha25674 $(sha256_file): $(tar_file)80 release-files: $(tar_file) $(sha256_file) $(gpg_file)
56 with tarfile.open(path, 'r:gz') as tar_file:57 for info in tar_file:62 yield (info.name, info.mode, tar_file.extractfile(info))
62 with tarfile.open(temp.name, "r:gz") as tar_file:63 tar_file.extractall(LLVM_BUILD_DIR)
29 with tarfile.open(tmp_file, mode) as tar_file:30 if len(tar_file.getmembers()) == 0: