Home
last modified time | relevance | path

Searched refs:TAR (Results 1 – 25 of 84) sorted by relevance

1234

/external/toybox/tests/
Dtar.test20 TAR='tar c --owner root --group root --mtime @1234567890'
45 testing "create file" "$TAR file | SUM 3" \
48 testing "pass file" "$TAR file | LST" \
77 testing "create dir" "$TAR dir | SUM 3" \
80 testing "pass dir" "$TAR dir | LST" \
85 testing "create file in dir" "$TAR dir/file | SUM 3" \
89 testing "create dir and dir/file" "$TAR dir | SUM 3" \
92 testing "pass dir/file" "$TAR dir | LST" \
96 testing "tar C" "$TAR -C dir that | SUM 3" \
101 testing "create symlink" "$TAR dir/link | SUM 3" \
[all …]
/external/dtc/scripts/
Dkup-dtc15 TAR="dtc-$VERSION.tar"
16 SIG="$TAR.sign"
18 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
19 gpg --detach-sign --armor -o "$SIG" "$TAR"
21 ls -l "$TAR"*
24 gpg --verify "$SIG" "$TAR"
26 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
/external/tensorflow/tensorflow/tools/lib_package/
Dlibtensorflow_test.sh26 TAR="${TAR}"
29 [ -z "${TAR}" ] && TAR="tar"
39 ${TAR} -xzf ${TARFILE} -Ctensorflow
Dlibtensorflow_java_test.sh28 TAR="${TAR}"
32 [ -z "${TAR}" ] && TAR="tar"
43 ${TAR} -xzf ${TARFILE} -Cjni
/external/llvm-project/lld/test/wasm/
Dreproduce.ll8 ; RUN: tar tf repro.tar | FileCheck --check-prefix=TAR %s
10 ; TAR: repro/response.txt
11 ; TAR: repro/version.txt
12 ; TAR: repro/{{.*}}/foo.o
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/
DArchiveStreamFactory.java135 public static final String TAR = "tar"; field in ArchiveStreamFactory
358 if (TAR.equalsIgnoreCase(archiverName)) {
432 if (TAR.equalsIgnoreCase(archiverName)) {
542 return TAR;
552 return TAR;
584 return Sets.newHashSet(AR, ARJ, ZIP, TAR, JAR, CPIO, DUMP, SEVEN_Z);
589 return Sets.newHashSet(AR, ZIP, TAR, JAR, CPIO, SEVEN_Z);
/external/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk546 TAR := tar
682 $(TAR) caf $(LIBWEBSOCKETS_TGZ_SOURCE) $(LIBWEBSOCKETS_DIR)
847 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_X86)/src
853 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_X86_64)/src
859 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM)/src
865 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM_V7A)/src
871 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM_V7A_HARD)/src
877 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM64_V8A)/src
883 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_MIPS)/src
889 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_MIPS64)/src
[all …]
/external/blktrace/
DMakefile63 TAR = tar macro
65 export prefix INSTALL TAR
71 $(TAR) rf btrace-1.0.tar btrace-1.0/btrace.spec
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DArchiveStreamFactoryTest.java240 ArchiveStreamFactory.TAR, in testDetect()
294 new TestData("bla.tar", ArchiveStreamFactory.TAR, true, TAR_DEFAULT, FACTORY, "encoding"),
295 new TestData("bla.tar", ArchiveStreamFactory.TAR, true, "UTF-8", FACTORY_UTF8, "encoding"),
296 new TestData("bla.tar", ArchiveStreamFactory.TAR, true, "ASCII", FACTORY_ASCII, "encoding"),
297 … new TestData("bla.tar", ArchiveStreamFactory.TAR, true, "UTF-8", FACTORY_SET_UTF8, "encoding"),
298 … new TestData("bla.tar", ArchiveStreamFactory.TAR, true, "ASCII", FACTORY_SET_ASCII, "encoding"),
/external/ltp/
Drunltp872 echo "Created TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/output"
874 echo "Cannot Create TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/output"
880 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/results"
882 echo "Cannot Update TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/results"
888 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/nohup.out"
890 echo "Cannot Update TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/nohup.out"
895 echo "Gunzipped TAR File: ./$TAR_FILE_NAME"
897 echo "Cannot Gunzip TAR File: ./$TAR_FILE_NAME"
/external/libxml2/xstc/
DMakefile.am44 $(TAR) -xzf $(TARBALL_2) --wildcards '*/Datatypes' '*/Metadata/$(NISTTESTDEF_2)' ; \
56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES…
/external/rust/crates/libz-sys/src/zlib/old/os2/
DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/external/icu/icu4c/source/data/translit/
Dka_ka_Latn_BGN_1981.txt46 ტ → t ; # GEORGIAN LETTER TAR
/external/apache-commons-compress/src/changes/
Drelease-notes.vm179 o Long-Name and -link or PAX-header entries in TAR archives always had
264 o When writing PAX/POSIX headers for TAR entries with
342 o TAR will now properly read the names of symbolic links with
353 are too long to fit into a traditional TAR header. Issue:
395 o Writing TAR PAX headers failed if the generated entry name ended
431 up encoding for ZIP and TAR streams.
507 short text files were TAR archives.
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-core.test70 …delf --notes %t14.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PPC_TAR (ppc TAR register)"
71 …dobj --notes %t14.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PPC_TAR (ppc TAR register)"
120 ….o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
121 ….o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
/external/icu/icu4c/source/data/locales/
Dluo.txt108 "TAR",
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b5.rst131 Avoid infinite loop when reading specially crafted TAR files using the
/external/e2fsprogs/
DMakefile.in32 TAR=tar
/external/apache-commons-compress/
DRELEASE-NOTES.txt579 o Long-Name and -link or PAX-header entries in TAR archives always had
664 o When writing PAX/POSIX headers for TAR entries with
742 o TAR will now properly read the names of symbolic links with
753 are too long to fit into a traditional TAR header. Issue:
795 o Writing TAR PAX headers failed if the generated entry name ended
831 up encoding for ZIP and TAR streams.
907 short text files were TAR archives.
/external/libnfnetlink/
Daclocal.m41012 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1014 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
/external/rust/crates/libz-sys/src/zlib/
DMakefile.in44 TAR=tar
/external/guava/android/guava/src/com/google/common/net/
DMediaType.java672 public static final MediaType TAR = createConstant(APPLICATION_TYPE, "x-tar"); field in MediaType
/external/python/cpython2/Modules/zlib/
DMakefile.in44 TAR=tar
/external/guava/guava/src/com/google/common/net/
DMediaType.java672 public static final MediaType TAR = createConstant(APPLICATION_TYPE, "x-tar"); field in MediaType
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStreamTest.java61 .createArchiveOutputStream(ArchiveStreamFactory.TAR, fos); in testCount()

1234