Home
last modified time | relevance | path

Searched refs:tar_file (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/as_is/os400/
H A Dunpax-icu.sh63 tar_file=$1
66 if [ ! -r $tar_file ]; then
67 echo "$tar_file does not exist or cannot be read."
80 echo "Extracting from $tar_file ..."
84 pax -C 819 -rc${VERBOSE_UNPACK}f $tar_file $ebcdic_data
90 pax -C 37 -r${VERBOSE_UNPACK}f $tar_file $ebcdic_data
106 pax -C 819 -rvf $tar_file `cat icu/as_is/bomlist.txt`
127 pax -C 819 -rvf $tar_file $binary_files;
139 pax -C 819 -rvf $tar_file $binary_files
150 pax -C 819 -rvf $tar_file
[all...]
/third_party/icu/icu4c/as_is/os390/
H A Dunpax-icu.sh43 tar_file=$1
44 if [ ! -r $tar_file ]; then
45 echo "$tar_file does not exist or cannot be read."
51 echo "Extracting from $tar_file ..."
54 pax -rvf $tar_file -o to=IBM-1047,from=ISO8859-1 -o setfiletag
92 for i in $(pax -f $tar_file 2>/dev/null)
123 pax -rvf $tar_file $binary_files
129 echo "$0 has completed extracting ICU from $tar_file."
/third_party/skia/third_party/externals/dawn/scripts/
H A Dextract.py69 with tarfile.open(path, 'r:' + compression) as tar_file:
70 for info in tar_file:
77 tar_file.extractfile(info))

Completed in 2 milliseconds