Searched refs:archive (Results 1 - 25 of 131) sorted by relevance

123456

/external/cmockery/cmockery_0_1_2/packages/
H A Ddeb.sh32 # Find the tar archive built by "make dist"
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
34 if [ -z "${archive}" ]; then
50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
51 tar zfx "${LIB}${archive}.orig.tar.gz"
52 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
53 cd "${LIB}${archive}"
H A Drpm.sh16 archive=../$fullname.tar.gz
32 if [ \! -r "$archive" ]
34 echo "Cannot find $archive. Run \"make dist\" first." 1>&2
48 cp "$archive" "$RPM_SOURCE_DIR"
/external/elfutils/src/tests/
H A Drun-arextract.sh23 archive=${abs_top_builddir}/libelf/libelf.a
24 if test -f $archive; then
30 testrun ${abs_builddir}/arextract $archive `basename $f` arextract.test || exit 1
H A Drun-readelf-test4.sh24 Index of archive 'testfile19.index' has 4 entries:
H A Drun-test-archive64.sh20 # The test archive was produced on an s390x machine using the
31 Index of archive 'testarchive64.a' has 7 entries:
/external/deqp/framework/common/
H A DtcuImageIO.hpp39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
44 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName);
H A DtcuApp.hpp64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
H A DtcuResource.cpp86 ResourcePrefix::ResourcePrefix (const Archive& archive, const char* prefix) argument
87 : m_archive (archive)
H A DtcuTestContext.hpp44 * This includes test log and resource archive.
68 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; } argument
78 Archive& m_rootArchive; //!< Root archive.
83 Archive* m_curArchive; //!< Current archive for test cases.
/external/elfutils/src/src/
H A Dmake-debug-archive.in3 # Script to make an offline archive for debugging with libdwfl-based tools.
5 # make-debug-archive ARCHIVE {options}
6 # make-debug-archive --kernel [--force] [RELEASE]
11 # The archive installed by --kernel be used automatically by -K.
12 # An offline archive can be used via -e in any tool that accepts those options.
85 archive=$dir/debug.a
95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then
100 [ ! -e "$archive" ] || $sudo $RM -f "$archive" || exit
102 set "$archive" "
[all...]
/external/elfutils/src/config/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/external/pcre/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/external/boringssl/src/util/bot/
H A Dextract.py68 help='Do not remove a prefix from paths in the archive.')
75 archive, output = args
77 if not os.path.exists(archive):
81 if archive.endswith('.zip'):
82 entries = IterateZip(archive)
83 elif archive.endswith('.tar.gz'):
84 entries = IterateTar(archive)
86 raise ValueError(archive)
93 print "Extracting %s to %s" % (archive, output)
104 # Ensure the archive i
[all...]
/external/deqp/framework/platform/
H A DtcuMain.cpp47 tcu::DirArchive archive (".");
50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
/external/v8/test/promises-aplus/
H A Dtestcfg.py50 TEST_URL = 'https://github.com/promises-aplus/promises-tests/archive/' + \
101 archive = os.path.join(self.root, TEST_ARCHIVE)
103 if not os.path.exists(archive):
105 utils.URLRetrieve(TEST_URL, archive)
112 with open(archive, 'rb') as f:
116 os.remove(archive)
118 archive = tarfile.open(archive, 'r:gz')
121 archive.extractall(u'\\\\?\\%s' % self.root)
123 archive
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dperf-archive.sh2 # perf archive
21 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
26 echo "perf archive: no build-ids found"
31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/external/llvm/tools/llvm-shlib/
H A DMakefile58 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
59 -Wl,--no-whole-archive
100 -Wl,--whole-archive $(LLVMLibsPaths) \
101 -Wl,--no-whole-archive
106 -Wl,--whole-archive -lstdc++ \
107 -Wl,--no-whole-archive
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java47 * Called just after the enumerator's zip input stream for this archive
50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); argument
55 * Called after the enumerator's zip input stream for this archive
58 void handleArchiveEnd (File parentDir, File archive); argument
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
109 final File archive = new File (name);
112 // move to enumeratePathArchive(): handler.handleArchiveStart (parent, archive);
114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed
118 throw new IllegalArgumentException ("path entry is not a directory or an archive: [" + f + "]");
199 private void enumeratePathArchive (final String archive) argument
291 readManifestViaJarFile(final File archive) argument
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h157 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const argument
159 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const
195 archive = ai.CreateInArchive();
199 return CreateArchiveHandler(ai, (void **)&archive, false);
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
209 archive = ai.CreateOutArchive();
213 return CreateArchiveHandler(ai, (void **)&archive, true);
H A DExtract.cpp29 IInArchive *archive = arc.Archive; local
34 RINOK(archive->GetNumberOfItems(&numItems));
41 RINOK(IsArchiveItemFolder(archive, i, isFolder));
83 RINOK(SetProperties(archive, options.Properties));
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
92 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK)
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
127 throw "there is no such archive";
154 throw "there is no such archive";
/external/selinux/scripts/
H A Dmake-update24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
H A Drelease16 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp95 static const char *kListing = "Listing archive: ";
178 HRESULT Init(IInArchive *archive);
218 HRESULT CFieldPrinter::Init(IInArchive *archive) argument
222 RINOK(archive->GetNumberOfProperties(&numProps));
228 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt));
400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value) argument
403 if (archive->GetProperty(index, propID, &prop) != S_OK)
472 g_StdOut << "Can not open encrypted archive. Wrong password?";
475 g_StdOut << "Can not open file as archive";
512 IInArchive *archive local
565 IInArchive *archive = arc.Archive; local
[all...]
/external/lldb/lib/
H A DMakefile141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
142 -Wl,--no-whole-archive
152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
153 -Wl,--no-whole-archive
/external/iptables/
H A Drelease.sh17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"

Completed in 619 milliseconds

123456