Home
last modified time | relevance | path

Searched refs:tar_file (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/as_is/os400/
Dunpax-icu.sh58 tar_file=$1
61 if [ ! -r $tar_file ]; then
62 echo "$tar_file does not exist or cannot be read."
75 echo "Extracting from $tar_file ..."
79 pax -C 819 -rcvf $tar_file $ebcdic_data
85 pax -C 37 -rvf $tar_file $ebcdic_data
101 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_files
143 pax -C 819 -rvf $tar_file $more_bin_files
[all …]
Dfixup-icu.sh26 tar_file=$1
50 pax -C 819 -rvf $tar_file $binary_files;
61 pax -C 819 -rvf $tar_file $binary_files
/external/icu/icu4c/as_is/os390/
Dunpax-icu.sh29 tar_file=$1
30 if [ ! -r $tar_file ]; then
31 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 setfiletag
65 for i in $(pax -f $tar_file 2>/dev/null)
96 pax -rvf $tar_file $binary_files
102 echo "$0 has completed extracting ICU from $tar_file."
/external/harfbuzz_ng/
DMakefile.am71 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.bz2 macro
72 sha256_file = $(tar_file).sha256
74 $(sha256_file): $(tar_file)
80 release-files: $(tar_file) $(sha256_file) $(gpg_file)
/external/boringssl/src/util/bot/
Dextract.py56 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))
Dupdate_clang.py62 with tarfile.open(temp.name, "r:gz") as tar_file:
63 tar_file.extractall(LLVM_BUILD_DIR)
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/
Dplatform_DebugDaemonDumpDebugLogs.py29 with tarfile.open(tmp_file, mode) as tar_file:
30 if len(tar_file.getmembers()) == 0: