Home
last modified time | relevance | path

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

1234

/external/toybox/tests/
Dtar.test24 TAR='tar c --owner root --group root --mtime @1234567890'
30 testing "create file" "$TAR file | $SUM" \
33 testing "pass file" "$TAR file | $LST" \
51 testing "create dir" "$TAR dir | $SUM" \
54 testing "pass dir" "$TAR dir | $LST" \
59 testing "create file in dir" "$TAR dir/file | $SUM" \
63 testing "create dir and dir/file" "$TAR dir | $SUM" \
66 testing "pass dir/file" "$TAR dir | $LST" \
71 testing "create symlink" "$TAR dir/link | $SUM" \
76 testing "create hardlink" "$TAR dir/file dir/hardlink | $SUM" \
[all …]
/external/dtc/scripts/
Dkup-dtc14 TAR="dtc-$VERSION.tar"
15 SIG="$TAR.sign"
17 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
18 gpg --detach-sign --armor -o "$SIG" "$TAR"
20 ls -l "$TAR"*
23 gpg --verify "$SIG" "$TAR"
25 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/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/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/
Drunltp873 echo "Created TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/output"
875 echo "Cannot Create TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/output"
881 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/results"
883 echo "Cannot Update TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/results"
889 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/nohup.out"
891 echo "Cannot Update TAR File: ./$TAR_FILE_NAME for adding $LTPROOT/nohup.out"
896 echo "Gunzipped TAR File: ./$TAR_FILE_NAME"
898 echo "Cannot Gunzip TAR File: ./$TAR_FILE_NAME"
/external/swiftshader/third_party/LLVM/docs/
DMakefile68 $(TAR) cf $(PROJ_OBJ_DIR)/html.tar *.html
91 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/doxygen.tar doxygen
113 $(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/ocamldoc.tar ocamldoc
/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/zlib/src/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.txt45 ტ → 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/swiftshader/third_party/LLVM/
DMakefile.rules1960 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - "$(DistName)" | \
1967 $(Verb) cd $(PROJ_OBJ_ROOT) ; $(TAR) chf - $(DistName) | \
1991 gunzip -c $(DistTarGZip) | $(TAR) xf - && \
2060 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2061 ( cd $$to_dir ; $(TAR) xf - ) ; \
2065 $(TAR) cf - $$file --exclude .svn --exclude CVS | \
2066 ( cd $$to_dir ; $(TAR) xf - ) ; \
DMakefile.config.in161 TAR := @TAR@
/external/icu/icu4c/source/data/locales/
Dluo.txt108 "TAR",
/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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFormats.td126 class TAR<bits<6> op, bits<11> flags, dag outs, dag ins, string asmstr,
DMBlazeInstrFPU.td55 TAR<op, flags, (outs GPR:$dst), (ins GPR:$b, GPR:$c),
/external/guava/guava/src/com/google/common/net/
DMediaType.java337 public static final MediaType TAR = createConstant(APPLICATION_TYPE, "x-tar"); field in MediaType
/external/libnfnetlink/
Daclocal.m41012 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1014 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
/external/zlib/src/
DMakefile.in44 TAR=tar
/external/python/cpython2/Modules/zlib/
DMakefile.in44 TAR=tar
/external/google-breakpad/
Daclocal.m41127 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1133 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],

1234