/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 34 "update operations are not supported for this archive";
493 CMyComPtr<IInArchive> archive2 = arc->Archive;
617 // we set Archive to allow to transfer GetProperty requests back to DLL.
618 updateCallbackSpec->Archive = arc->Archive;
828 IInArchive *archive = arc.Archive;
local 829 RINOK(archive->GetNumberOfItems(&numItems));
836 RINOK(Archive_IsItem_Folder(archive, i, ai.IsDir));
837 RINOK(Archive_IsItem_AltStream(archive, i, ai.IsAltStream)); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
pimp.py | 47 # binary: tar (or other) archive created with setup.py bdist. 197 def unpack(self, archive, output=None, package=None): 210 def unpack(self, archive, output=None, package=None): 211 cmd = self.argument % archive 220 def unpack(self, archive, output=None, package=None): 221 tf = tarfile.open(archive, "r") 688 return "archive not found after download" 690 return "archive does not have correct MD5 checksum" 693 """Test an archive. It should exist and the MD5 checksum should be correct.""" 705 """Unpack a downloaded package archive."" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 47 # binary: tar (or other) archive created with setup.py bdist. 197 def unpack(self, archive, output=None, package=None): 210 def unpack(self, archive, output=None, package=None): 211 cmd = self.argument % archive 220 def unpack(self, archive, output=None, package=None): 221 tf = tarfile.open(archive, "r") 688 return "archive not found after download" 690 return "archive does not have correct MD5 checksum" 693 """Test an archive. It should exist and the MD5 checksum should be correct.""" 705 """Unpack a downloaded package archive."" [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
xcofflink.c | 78 /* Information that the XCOFF linker collects about an archive. */ 81 /* The archive described by this entry. */ 82 bfd *archive; member in struct:xcoff_archive_info 85 this archive in the .loader section. */ 89 /* True if the archive contains a dynamic object. */ 498 return htab_hash_pointer (info->archive); 509 return info1->archive == info2->archive; 512 /* Return information about archive ARCHIVE. Return NULL on error. * [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 301 case "c-archive": 329 return "c-archive" 611 * look for the next file in an archive. 675 Diag("%s: short read on archive file symbol header", lib.File) 683 Diag("%s: short read on archive file symbol header", lib.File) 709 * load all the object files from the archive now. 712 * objects. it breaks the usual C archive model, but 726 Exitf("%s: malformed archive", lib.File) 884 // archive builds a .a archive from the hostobj object files 885 func archive() { func [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 298 case "c-archive": 326 return "c-archive" 608 * look for the next file in an archive. 672 Diag("%s: short read on archive file symbol header", lib.File) 680 Diag("%s: short read on archive file symbol header", lib.File) 706 * load all the object files from the archive now. 709 * objects. it breaks the usual C archive model, but 723 Exitf("%s: malformed archive", lib.File) 881 // archive builds a .a archive from the hostobj object files 882 func archive() { func [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 301 case "c-archive": 329 return "c-archive" 611 * look for the next file in an archive. 675 Diag("%s: short read on archive file symbol header", lib.File) 683 Diag("%s: short read on archive file symbol header", lib.File) 709 * load all the object files from the archive now. 712 * objects. it breaks the usual C archive model, but 726 Exitf("%s: malformed archive", lib.File) 884 // archive builds a .a archive from the hostobj object files 885 func archive() { func [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 298 case "c-archive": 326 return "c-archive" 608 * look for the next file in an archive. 672 Diag("%s: short read on archive file symbol header", lib.File) 680 Diag("%s: short read on archive file symbol header", lib.File) 706 * load all the object files from the archive now. 709 * objects. it breaks the usual C archive model, but 723 Exitf("%s: malformed archive", lib.File) 881 // archive builds a .a archive from the hostobj object files 882 func archive() { func [all...] |
/build/soong/cmd/soong_jar/ |
soong_jar.go | 18 "archive/zip"
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
common.mk | 46 ANDROID_LINK += -Wl,--no-whole-archive
|
/prebuilts/go/darwin-x86/misc/nacl/ |
mkzip.go | 17 "archive/zip"
|
/prebuilts/go/darwin-x86/src/html/template/ |
attr.go | 24 "archive": contentTypeURL,
|
content.go | 20 // https://web.archive.org/web/20090211114933/http://w3.org/TR/css3-syntax#style
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
asin.go | 17 // Some software in this archive may be from the book _Methods and
|
tan.go | 17 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/darwin-x86/src/math/ |
sin.go | 78 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/linux-x86/misc/nacl/ |
mkzip.go | 17 "archive/zip"
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/ |
doc.go | 9 Link, typically invoked as ``go tool link,'' reads the Go archive or object
|
/prebuilts/go/linux-x86/src/html/template/ |
attr.go | 24 "archive": contentTypeURL,
|
content.go | 20 // https://web.archive.org/web/20090211114933/http://w3.org/TR/css3-syntax#style
|
/prebuilts/go/linux-x86/src/math/cmplx/ |
asin.go | 17 // Some software in this archive may be from the book _Methods and
|
tan.go | 17 // Some software in this archive may be from the book _Methods and
|
/prebuilts/go/linux-x86/src/math/ |
sin.go | 78 // Some software in this archive may be from the book _Methods and
|
/build/soong/cc/ |
builder.go | 303 libFlagsList = append(libFlagsList, "-Wl,--whole-archive ") 305 libFlagsList = append(libFlagsList, "-Wl,--no-whole-archive ")
|
/development/build/tools/ |
mk_sdk_repo_xml.sh | 144 # in the <archive> attributes anymore. Instead we have separate elements. 154 Archive.HostOs host-os 1 155 Archive.HostBits host-bits 1 156 Archive.JvmBits jvm-bits 1 157 Archive.MinJvmVers min-jvm-version 1 332 [[ -z $TYPE ]] && error "Unknown archive type '$1'." 355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC" 358 # Depending on the archive type, we need a number of attributes 419 # Generate archive info 420 echo "## Add $TYPE/$OS archive $SRC [all...] |