/toolchain/binutils/binutils-2.25/binutils/ |
bfdtest1.c | 34 bfd *archive; local 38 die ("usage: bfdtest1 <archive>"); 40 archive = bfd_openr (argv[1], NULL); 41 if (archive == NULL) 42 die ("no such archive"); 44 if (!bfd_check_format (archive, bfd_archive)) 46 bfd_close (archive); 50 for (last = bfd_openr_next_archived_file (archive, NULL); 54 next = bfd_openr_next_archived_file (archive, last); 58 for (last = bfd_openr_next_archived_file (archive, NULL) [all...] |
/external/cmockery/cmockery_0_1_2/packages/ |
deb.sh | 32 # 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}"
|
rpm.sh | 16 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/tests/ |
run-arextract.sh | 23 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
|
/external/deqp/framework/common/ |
tcuImageIO.hpp | 31 class Archive; 39 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);
|
/build/kati/testcase/ |
multi_rule_order_only.mk | 19 echo archive $@ 22 echo archive $@
|
/external/elfutils/src/ |
make-debug-archive.in | 3 # 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. 29 echo "Usage: $0 ARCHIVE {options}" 85 archive=$dir/debug.a 95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then 100 [ ! -e "$archive" ] || $sudo $RM -f "$archive" || exi [all...] |
/dalvik/dx/src/com/android/multidex/ |
ArchivePathElement.java | 36 private final ZipFile archive; field in class:ArchivePathElement 38 public ArchivePathElement(ZipFile archive) { 39 this.archive = archive; 44 ZipEntry entry = archive.getEntry(path); 50 return archive.getInputStream(entry); 56 archive.close(); 66 Enumeration<? extends ZipEntry> delegate = archive.entries();
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
httparchive_test.py | 50 self.archive = httparchive.HttpArchive() 51 self.archive[self.REQUEST] = self.RESPONSE 56 self.archive[request] = self.RESPONSE 62 archive = httparchive.HttpArchive() 63 self.assertEqual(len(archive), 0) 127 archive = httparchive.HttpArchive() 129 archive[request2] = self.RESPONSE 130 archive[request3] = self.RESPONSE 132 return archive, request1, request2, request3, request4 135 archive, request1, request2, request3, request4 = [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/ |
entry-1.d | 1 #name: --entry foo archive
|
entry-2.d | 1 #name: --entry foo -u foo archive
|
entry-3.d | 1 #name: -shared --entry foo archive
|
entry-4.d | 1 #name: -shared --entry foo -u foo archive
|
/bootable/recovery/otafault/ |
config.cpp | 31 static ZipArchive* archive; variable 39 archive = za; 44 // archive will be NULL if we used an entry point other 46 if (archive == NULL) { 53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); 66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); 67 mzReadZipEntry(archive, entry, &fname[0], OTAIO_MAX_FNAME_SIZE);
|
/external/pcre/dist/ |
ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 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" [all...] |
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_manager_util.py | 27 def VerifySafeArchive(archive): 33 for member in archive.namelist(): 36 'Archive %s contains a bad member: %s.' % (archive.filename, member)) 47 def SetUnzippedDirPermissions(archive, unzipped_dir): 48 """Set the file permissions in an unzipped archive. 50 Designed to be called right after extractall() was called on |archive|. 54 archive: A zipfile.ZipFile object opened for reading. 56 of |archive|. 61 for zip_info in archive.infolist() [all...] |
/external/autotest/client/deps/webgl_perf/files/ |
update-tarball | 7 wget http://hg.mozilla.org/users/bjacob_mozilla.com/webgl-perf-tests/archive/tip.tar.bz2
|
/external/deqp/framework/platform/ |
tcuMain.cpp | 47 tcu::DirArchive archive ("."); 50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
|
/frameworks/base/packages/ExternalStorageProvider/ |
Android.mk | 8 LOCAL_STATIC_JAVA_LIBRARIES := android-support-documents-archive
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-misc/ |
defsym1.d | 6 # Check that --defsym works on archive.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/ |
Makefile | 5 git archive --prefix="$(name)-$(ver)/" master | bzip2 --best > "$(name)-$(ver).tar.bz2"
|
/system/core/libziparchive/ |
zip_archive.cc | 63 "Duplicate entries in archive", 64 "Empty archive", 81 // The input file cannot be processed as a zip archive. Usually because 89 // The zip archive contained two (or possibly more) entries with the same 93 // The zip archive contains no entries. 96 // The specified entry was not found in the archive. 99 // The zip archive contained an invalid local file header pointer. 102 // The zip archive contained inconsistent entry information. This could 120 * A Read-only Zip archive. 129 * It's possible that somebody has handed us a massive (~1GB) zip archive, 452 ZipArchive* archive = new ZipArchive(fd, assume_ownership); local 459 ZipArchive* archive = new ZipArchive(fd, true); local 474 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle); local 650 ZipArchive* archive; member in struct:IterationHandle 683 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle); local 704 const ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle); local 727 ZipArchive* archive = handle->archive; local 1013 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle); local [all...] |
/external/v8/tools/ |
fuzz-harness.sh | 88 archive=fuzz-results-$(date +%Y%m%d%H%M%S).tar.bz2 89 echo "Creating archive $archive" 90 tar -cjf $archive err-* w*
|
/build/kati/ |
pack.sh | 23 git archive --prefix src/ master | tar -C out/kati -xvf -
|
/dalvik/libdex/ |
ZipArchive.h | 29 * Open a Zip archive. 51 * Close archive, releasing resources associated with it. 56 DEX_INLINE void dexZipCloseArchive(ZipArchiveHandle archive) { 57 CloseArchive(archive); 61 * Return the archive's file descriptor. 68 * Find an entry in the Zip archive, by name. Returns NULL if the entry
|