HomeSort by relevance Sort by last modified time
    Searched refs:tar (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /device/samsung/crespo/alsa-utils/utils/
buildrpm 5 package=$source/../alsa-utils-$version.tar.bz2
  /external/bison/build-aux/
missing 86 tar try tar, gnutar, gtar, then tar without non-portable flags
114 tar)
116 echo 1>&2 "ERROR: \`tar' requires --run"
306 tar)
309 # We have already tried tar in the generic part.
323 tar "$firstarg" "$@" && exit 0
329 tar "$firstarg" "$@" && exit 0
335 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/chromium/sdch/open-vcdiff/
missing 89 tar try tar, gnutar, gtar, then tar without non-portable flags
117 tar)
119 echo 1>&2 "ERROR: \`tar' requires --run"
313 tar)
316 # We have already tried tar in the generic part.
330 tar "$firstarg" "$@" && exit 0
336 tar "$firstarg" "$@" && exit 0
342 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 5 # an arbitrary .tar.gz file in the rootdir. That's fine: there's probably
33 # Find the tar archive built by "make dist"
37 echo "Cannot find ../$PACKAGE*.tar.gz. Run \"make dist\" first." 1>&2
49 # directories, and tar archives. It also wants to write all generated
51 # requirements by building directly from the tar file.
52 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
53 # Some version of debuilder want foo.orig.tar.gz with _ between versions.
54 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz
    [all...]
rpm.sh 16 archive=../$fullname.tar.gz
  /external/dbus/
missing 86 tar try tar, gnutar, gtar, then tar without non-portable flags
114 tar)
116 echo 1>&2 "ERROR: \`tar' requires --run"
306 tar)
309 # We have already tried tar in the generic part.
323 tar "$firstarg" "$@" && exit 0
329 tar "$firstarg" "$@" && exit 0
335 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/genext2fs/
missing 86 tar try tar, gnutar, gtar, then tar without non-portable flags
114 tar)
116 echo 1>&2 "ERROR: \`tar' requires --run"
306 tar)
309 # We have already tried tar in the generic part.
323 tar "$firstarg" "$@" && exit 0
329 tar "$firstarg" "$@" && exit 0
335 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/libpng/
missing 87 tar try tar, gnutar, gtar, then tar without non-portable flags
125 tar*)
127 echo 1>&2 "ERROR: \`tar' requires --run"
321 tar*)
324 # We have already tried tar in the generic part.
338 tar "$firstarg" "$@" && exit 0
344 tar "$firstarg" "$@" && exit 0
350 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/protobuf/gtest/build-aux/
missing 89 tar try tar, gnutar, gtar, then tar without non-portable flags
117 tar)
119 echo 1>&2 "ERROR: \`tar' requires --run"
313 tar)
316 # We have already tried tar in the generic part.
330 tar "$firstarg" "$@" && exit 0
336 tar "$firstarg" "$@" && exit 0
342 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/protobuf/
missing 89 tar try tar, gnutar, gtar, then tar without non-portable flags
117 tar)
119 echo 1>&2 "ERROR: \`tar' requires --run"
313 tar)
316 # We have already tried tar in the generic part.
330 tar "$firstarg" "$@" && exit 0
336 tar "$firstarg" "$@" && exit 0
342 WARNING: I can't seem to be able to run \`tar' with the given arguments
    [all...]
  /external/quake/quake/src/QW/
qwcl.x11.spec.sh 17 Source: qwcl.x11-%{version}.tar.gz
glqwcl.spec.sh 17 Source: glqwcl-%{version}.tar.gz
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 17 Source: quake-hipnotic-%{version}.tar.gz
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 202 TARGET = apps.tar
205 TARGET = apps.tar
208 TARGET = apps.tar
211 TARGET = apps.tar
214 TARGET = apps.tar
247 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
249 TAR_FILE = $(HOST_PLATFORM)Binaries.tar
251 apps.tar: apps
312 # in order to remove the binaries tar
  /external/openssl/
import_openssl.sh 22 # ./import_openssl.sh import openssl-*.tar.gz
44 echo " ./import_openssl.sh import </path/to/openssl-*.tar.gz>"
46 echo " ./import_openssl.sh generate <patch/*.patch> </path/to/openssl-*.tar.gz>"
79 declare -r tar=$1
80 shift || usage "No tar file specified."
81 import $tar
91 declare -r tar=$1
92 shift || usage "No tar file specified."
93 generate $patch $tar
207 tar -zxf $OPENSSL_SOURC
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 217 TARGET = apps.tar
220 TARGET = apps.tar
223 TARGET = apps.tar
226 TARGET = apps.tar
261 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
264 TAR_FILE = $(HOST_PLATFORM)Binaries.tar
266 apps.tar: apps
272 # tar Ccvf $(OUTPUT_DIR) $(TAR_FILE) $(MODULES_LIST) tiwlan_loader
273 # tar Crvf $(DK_ROOT)/external_drivers/$(HOST_PLATFORM)/Linux/$(BUS_DRV) $(TAR_FILE) $(BUS_DRIVER_MODULE)
274 # tar Crvf . $(TAR_FILE) tiwlan.ini wpa_supplicant.tx
    [all...]
  /ndk/build/tools/
rebuild-all-prebuilt.sh 139 if pattern_match '\.tar\.gz$' "$OPTION_TOOLCHAIN_SRC_PKG"; then
142 if pattern_match '\.tar\.bz2$' "$OPTION_TOOLCHAIN_SRC_PKG"; then
146 mkdir -p $SRC_DIR && tar $TARFLAGS $OPTION_TOOLCHAIN_SRC_PKG -C $SRC_DIR
173 # Package a directory in a .tar.bz2 archive
176 # $2: final package name (without .tar.bz2 suffix)
182 dump "Packaging $1 ($2.tar.bz2) ..."
183 PREBUILT_PACKAGE="$PACKAGE_DIR/$2".tar.bz2
184 (cd $NDK_DIR && tar cjf $PREBUILT_PACKAGE "$3")
download-toolchain-sources.sh 151 PACKAGE=/tmp/$PKGNAME.tar.bz2
158 run tar $TARFLAGS $PACKAGE -C /tmp/$PKGNAME .
  /external/chromium/third_party/libevent/
missing 91 tar try tar, gnutar, gtar, then tar without non-portable flags
302 tar)
305 echo 1>&2 "ERROR: \`tar' requires --run"
309 # We have already tried tar in the generic part.
323 tar "$firstarg" "$@" && exit 0
329 tar "$firstarg" "$@" && exit 0
335 WARNING: I can't seem to be able to run \`tar' with the given arguments.
336 You may want to install GNU tar or Free paxutils, or check th
    [all...]
  /external/elfutils/config/
missing 76 tar try tar, gnutar, gtar, then tar without non-portable flags
285 tar)
288 echo 1>&2 "ERROR: \`tar' requires --run"
292 # We have already tried tar in the generic part.
306 tar "$firstarg" ${1+"$@"} && exit 0
312 tar "$firstarg" ${1+"$@"} && exit 0
318 WARNING: I can't seem to be able to run \`tar' with the given arguments.
319 You may want to install GNU tar or Free paxutils, or check th
    [all...]
  /external/strace/
missing 91 tar try tar, gnutar, gtar, then tar without non-portable flags
302 tar)
305 echo 1>&2 "ERROR: \`tar' requires --run"
309 # We have already tried tar in the generic part.
323 tar "$firstarg" "$@" && exit 0
329 tar "$firstarg" "$@" && exit 0
335 WARNING: I can't seem to be able to run \`tar' with the given arguments.
336 You may want to install GNU tar or Free paxutils, or check th
    [all...]
  /build/tools/
mktarball.sh 5 # $3: subdir to tar up (from $2)
6 # $4: target tar name
22 #tar --no-recursion -cvf ${target_tar} ${dir_to_tar}
37 tar --no-recursion --numeric-owner --owner $new_uid \
  /external/blktrace/
btrace.spec 21 Source0: %name-%version.tar.bz2
  /external/chromium/third_party/icu/source/i18n/
basictz.cpp 369 TimeArrayTimeZoneRule *tar = (TimeArrayTimeZoneRule*)toRule; local
379 if (*(tzt0.getTo()) == *tar) {
386 tar->getFirstStart(tzt.getFrom()->getRawOffset(), tzt.getFrom()->getDSTSavings(), firstStart);
389 filteredRules->addElement(tar->clone(), status);
399 startTimes = tar->countStartTimes();
400 timeType = tar->getTimeType();
402 tar->getStartTimeAt(idx, t);
421 tar->getStartTimeAt(idx + newidx, newTimes[newidx]);
428 tar->getName(name);
430 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType)
    [all...]
  /external/icu4c/i18n/
basictz.cpp 381 TimeArrayTimeZoneRule *tar = (TimeArrayTimeZoneRule*)toRule; local
391 if (*(tzt0.getTo()) == *tar) {
398 tar->getFirstStart(tzt.getFrom()->getRawOffset(), tzt.getFrom()->getDSTSavings(), firstStart);
401 filteredRules->addElement(tar->clone(), status);
411 startTimes = tar->countStartTimes();
412 timeType = tar->getTimeType();
414 tar->getStartTimeAt(idx, t);
433 tar->getStartTimeAt(idx + newidx, newTimes[newidx]);
440 tar->getName(name);
442 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType)
    [all...]

Completed in 4376 milliseconds

12 3 4 5 6