/external/boringssl/src/util/bot/ |
extract.py | 66 parser = optparse.OptionParser(usage='Usage: %prog ARCHIVE OUTPUT') 68 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 [all...] |
/external/elfutils/tests/ |
run-readelf-test4.sh | 24 Index of archive 'testfile19.index' has 4 entries: 25 Archive member 'u1.o' contains: 27 Archive member 'u2.o' contains: 29 Archive member 'u3.o' contains:
|
/frameworks/base/packages/Shell/ |
Android.mk | 9 android-support-documents-archive
|
/frameworks/compile/mclinker/include/mcld/LD/ |
GroupReader.h | 15 class Archive; 47 /// ArchiveListEntry - record the Archive and the corresponding input iterator 48 /// of the archive node 50 ArchiveListEntry(Archive& pArchive, Module::input_iterator pIterator) 51 : archive(pArchive), input(pIterator) {} 52 Archive& archive; member in struct:mcld::GroupReader::ArchiveListEntry
|
/packages/providers/DownloadProvider/ |
Android.mk | 12 android-support-documents-archive
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
ar.exp | 197 set archive artest.a 199 remote_file host delete $archive 201 set archive tmpdir/artest.a 207 set got [binutils_run $AR "rc $archive ${objfile}"] 213 set got [binutils_run $NM "--print-armap $archive"] 227 # Test building a thin archive. 237 set testname "ar thin archive" 245 set archive artest.a 247 remote_file host delete $archive 249 set archive tmpdir/artest. [all...] |
/dalvik/libdex/ |
CmdUtils.cpp | 34 * Extract "classes.dex" from archive file. 43 ZipArchiveHandle archive; local 48 if (dexZipOpenArchive(zipFileName, &archive) != 0) { 50 fprintf(stderr, "Unable to open '%s' as zip archive\n", 67 if (dexZipFindEntry(archive, kFileToExtract, &entry) != 0) { 76 if (dexZipExtractEntryToFile(archive, &entry, fd) != 0) { 88 dexZipCloseArchive(archive);
|
/device/common/ |
generate-blob-lists.sh | 53 ARCHIVEDIR=archive-$(date +%s) 54 if test -d archive-ref 56 cp -R archive-ref $ARCHIVEDIR 138 elif ! test -d archive-ref 142 grep -v ^archive- |
|
/toolchain/binutils/binutils-2.25/gold/ |
cref.cc | 33 #include "archive.h" 54 // Start adding an archive. We support nested archives for future 57 add_archive_start(Archive*); 59 // Finish adding an archive. 61 add_archive_stop(Archive*); 75 // Information we record for an archive. 78 // Archive name. 80 // List of objects included from the archive. 82 // Number of archive members. 86 // A mapping from the name of an archive to the list of objects i [all...] |
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
platform_CrosDisksArchive.py | 19 """A tester to verify archive support in CrosDisks. 55 archive_path: Path of the output archive. 56 root_dir: The root directory to archive. 61 archive = tarfile.open(archive_path, mode) 63 archive.add(os.path.join(root_dir, path), path) 64 archive.close() 75 archive_path: Path of the output archive. 76 root_dir: The root directory to archive. 80 archive = zipfile.ZipFile(archive_path, 'w', compression) 82 archive.write(os.path.join(root_dir, path), path [all...] |
/external/llvm/tools/llvm-shlib/ |
Makefile | 58 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
|
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/ |
test.bash | 28 GOPATH=$(pwd) go install -buildmode=c-archive libgo 36 GOPATH=$(pwd) go build -buildmode=c-archive src/libgo/libgo.go 41 GOPATH=$(pwd) go build -buildmode=c-archive -o libgo.a libgo
|
/prebuilts/go/linux-x86/misc/cgo/testcarchive/ |
test.bash | 28 GOPATH=$(pwd) go install -buildmode=c-archive libgo 36 GOPATH=$(pwd) go build -buildmode=c-archive src/libgo/libgo.go 41 GOPATH=$(pwd) go build -buildmode=c-archive -o libgo.a libgo
|
/external/deqp/framework/common/ |
tcuApp.hpp | 37 class Archive; 64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
|
tcuResource.cpp | 86 ResourcePrefix::ResourcePrefix (const Archive& archive, const char* prefix) 87 : m_archive (archive)
|
tcuTestContext.hpp | 35 class Archive; 44 * This includes test log and resource archive. 51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog); 56 Archive& getArchive (void) { return *m_curArchive; } //!< \note Do not access in TestNode constructors. 67 Archive& getRootArchive (void) const { return m_rootArchive; } 68 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; } 78 Archive& m_rootArchive; //!< Root archive [all...] |
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 47 * Called just after the enumerator's zip input stream for this archive 50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); 55 * Called after the enumerator's zip input stream for this archive 58 void handleArchiveEnd (File parentDir, File archive); 106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ..."); 109 final File archive = new File (name); local 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) [all...] |
/external/v8/test/promises-aplus/ |
testcfg.py | 50 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.extractall(self.root [all...] |
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawTestCaseUtil.hpp | 46 static std::string getSource (tcu::Archive& archive, const char* path) 48 tcu::Resource *resource = archive.getResource(path);
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateTestCaseUtil.hpp | 55 static std::string getSource(tcu::Archive& archive, const char* path) 57 tcu::Resource *resource = archive.getResource(path);
|
/external/libweave/third_party/ |
get_libevhtp.sh | 17 curl -L https://github.com/ellzey/libevhtp/archive/$LIBEVHTP_VERSION.tar.gz | tar xz || exit 1
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.h | 33 #include "../../Archive/IArchive.h"
191 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const
193 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
251 HRESULT CreateInArchive(unsigned formatIndex, CMyComPtr<IInArchive> &archive) const
259 archive = ai.CreateInArchive();
local 264 return CreateArchiveHandler(ai, (void **)&archive, false);
270 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const
278 archive = ai.CreateOutArchive();
local 283 return CreateArchiveHandler(ai, (void **)&archive, true);
|
/external/selinux/scripts/ |
make-update | 22 ARCHIVE=$PKG-$VERS.tar.gz 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE 29 echo "Copy $ARCHIVE from $DEST to the server and update its download link and checksum on the Releases wiki page:" 33 echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]" 35 echo "`sha256sum $ARCHIVE`"
|
release | 14 ARCHIVE=$i-$VERS.tar.gz 16 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
layer1.py | 173 This means that if you add or remove an archive from a vault, 246 archive IDs you use to delete archives using `Delete Archive 247 (DELETE archive)`_. 317 that was initiated for an archive retrieval is completed 399 fails. For example, suppose you start an archive retrieval job 400 to download an archive. After the job completes, you start to 401 download the archive but encounter a network error. In this 402 scenario, you can retry and download the archive while the job 406 To retrieve an archive or retrieve a vault inventory fro [all...] |