| /third_party/libbpf/src/ |
| D | zip.c | 41 /* Number of the file containing this structure or 0xFFFF if ZIP64 archive. 42 * Zip archive might span multiple files (disks). 47 * 0xFFFF if ZIP64 archive. 52 * archive. 57 * archive. 61 /* Size of the central directory record or 0xFFFFFFFF if ZIP64 archive. */ 64 /* Offset of the central directory from the beginning of the archive or 65 * 0xFFFFFFFF if ZIP64 archive. 97 /* Number of the disk where the file starts or 0xFFFF if ZIP64 archive. */ 135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() argument [all …]
|
| D | zip.h | 8 /* Represents an open zip archive. 19 * file in a zip archive. 34 /* Offset of the file data within the archive. */ 38 /* Open a zip archive. Returns NULL in case of an error. */ 41 /* Close a zip archive and release resources. */ 42 void zip_archive_close(struct zip_archive *archive); 44 /* Look up an entry corresponding to a file in given zip archive. */ 45 int zip_archive_find_entry(struct zip_archive *archive, const char *name, struct zip_entry *out);
|
| /third_party/python/Lib/ |
| D | zipimport.py | 4 - zipimporter: a class; its constructor takes a path to a Zip archive. 7 - _zip_directory_cache: a dict, mapping archive paths to zip directory 52 valid directory inside the archive. 55 archive. 57 The 'archive' attribute of zipimporter objects contains the name of the 61 # Split the "subdirectory" from the Zip archive path, lookup a matching 63 # if found, or else read it from the archive. 68 raise ZipImportError('archive path is empty', path=path) 97 self.archive = path 139 return None, [f'{self.archive}{path_sep}{modpath}'] [all …]
|
| D | zipapp.py | 16 # because the resulting archive may be intended to be run under Python 2. 38 def _maybe_open(archive, mode): argument 39 if isinstance(archive, (str, os.PathLike)): 40 with open(archive, mode) as f: 43 yield archive 53 def _copy_archive(archive, new_archive, interpreter=None): argument 54 """Copy an application archive, modifying the shebang line.""" 55 with _maybe_open(archive, 'rb') as src: 78 """Create an application archive from SOURCE. 81 object referring to an existing archive. [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksProtocol.hpp | 38 …void Serialize (Serializer<TYPE>& archive) { archive.SerializeObject(source); archive.Serialize(co… in Serialize() 49 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, binary); } in Serialize() 60 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(name, data); } in Serialize() 70 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status); } in Serialize() 82 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(fileName, data, clear); } in Serialize() 94 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(path, physicalFile, removeAfter); } in Serialize() 105 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, data); } in Serialize() 115 void Serialize (Serializer<TYPE>& archive) in Serialize() 117 archive.SerializeObject(input); in Serialize() 118 archive.Serialize(caseFraction); in Serialize() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Archive.cpp | 1 //===- Archive.cpp - ar File Format implementation ------------------------===// 13 #include "llvm/Object/Archive.h" 44 void Archive::anchor() {} in anchor() 48 std::string StringMsg = "truncated or malformed archive (" + Msg.str() + ")"; in malformedError() 53 ArchiveMemberHeader::ArchiveMemberHeader(const Archive *Parent, in ArchiveMemberHeader() 64 std::string Msg("remaining size of archive too small for next archive " in ArchiveMemberHeader() 83 std::string Msg("terminator characters in archive member \"" + Buf + in ArchiveMemberHeader() 84 "\" not the correct \"`\\n\" values for the archive " in ArchiveMemberHeader() 99 // valid for the kind of archive. If it is not valid it returns an Error. 103 if (Kind == Archive::K_BSD || Kind == Archive::K_DARWIN64) { in getRawName() [all …]
|
| D | ArchiveWriter.cpp | 18 #include "llvm/Object/Archive.h" 46 NewArchiveMember::getOldMember(const object::Archive::Child &OldMember, in getOldMember() 124 static bool isDarwin(object::Archive::Kind Kind) { in isDarwin() 125 return Kind == object::Archive::K_DARWIN || in isDarwin() 126 Kind == object::Archive::K_DARWIN64; in isDarwin() 129 static bool isBSDLike(object::Archive::Kind Kind) { in isBSDLike() 131 case object::Archive::K_GNU: in isBSDLike() 132 case object::Archive::K_GNU64: in isBSDLike() 134 case object::Archive::K_BSD: in isBSDLike() 135 case object::Archive::K_DARWIN: in isBSDLike() [all …]
|
| /third_party/lzma/CPP/7zip/ |
| D | 7zip.mak | 66 $(AR_OBJS): ../../Archive/$(*B).cpp 71 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp 76 $(7Z_OBJS): ../../Archive/7z/$(*B).cpp 81 $(CAB_OBJS): ../../Archive/Cab/$(*B).cpp 86 $(CHM_OBJS): ../../Archive/Chm/$(*B).cpp 91 $(COM_OBJS): ../../Archive/Com/$(*B).cpp 96 $(ISO_OBJS): ../../Archive/Iso/$(*B).cpp 101 $(NSIS_OBJS): ../../Archive/Nsis/$(*B).cpp 106 $(RAR_OBJS): ../../Archive/Rar/$(*B).cpp 111 $(TAR_OBJS): ../../Archive/Tar/$(*B).cpp [all …]
|
| D | 7zip_gcc.mak | 443 $O/ApfsHandler.o: ../../Archive/ApfsHandler.cpp 445 $O/ApmHandler.o: ../../Archive/ApmHandler.cpp 447 $O/ArchiveExports.o: ../../Archive/ArchiveExports.cpp 449 $O/ArHandler.o: ../../Archive/ArHandler.cpp 451 $O/ArjHandler.o: ../../Archive/ArjHandler.cpp 453 $O/AvbHandler.o: ../../Archive/AvbHandler.cpp 455 $O/Base64Handler.o: ../../Archive/Base64Handler.cpp 457 $O/Bz2Handler.o: ../../Archive/Bz2Handler.cpp 459 $O/ComHandler.o: ../../Archive/ComHandler.cpp 461 $O/CpioHandler.o: ../../Archive/CpioHandler.cpp [all …]
|
| /third_party/elfutils/src/ |
| D | 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" || exit 102 set "$archive" "-K$release" [all …]
|
| /third_party/python/Doc/library/ |
| D | zipapp.rst | 26 can be used to create an executable archive from a directory containing 27 Python code. When run, the archive will execute the ``main`` function from 28 the module ``myapp`` in the archive. 48 If *source* is a directory, this will create an archive from the contents of 49 *source*. If *source* is a file, it should be an archive, and it will be 50 copied to the target archive (or the contents of its shebang line will be 64 An output filename must be specified if the *source* is an archive (and in 69 Add a ``#!`` line to the archive specifying *interpreter* as the command 70 to run. Also, on POSIX, make the archive executable. The default is to 75 Write a ``__main__.py`` file to the archive that executes *mainfn*. The [all …]
|
| D | zipfile.rst | 5 :synopsis: Read and write ZIP-format archive files. 14 The ZIP file format is a common archive and compression standard. This module 73 Class used to represent information about a member of an archive. Instances 77 module. *filename* should be the full name of the archive member, and 93 The numeric constant for an uncompressed archive member. 132 Information about the Info-ZIP project's ZIP archive programs and development 156 ZIP file, then a new ZIP archive is appended to the file. This is meant for 157 adding a ZIP archive to another file (such as :file:`python.exe`). If 161 *compression* is the ZIP compression method to use when writing the archive, 175 writing files to the archive. [all …]
|
| D | zipimport.rst | 20 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive. 21 The ZIP archive can contain a subdirectory structure to support package imports, 22 and a path within the archive can be specified to only import from a 24 import from the :file:`lib/` subdirectory within the archive. 26 Any files may be present in the ZIP archive, but importers are only invoked for 28 (:file:`.pyd`, :file:`.so`) is disallowed. Note that if an archive only contains 29 :file:`.py` files, Python will not attempt to modify the archive by adding the 30 corresponding :file:`.pyc` file, meaning that if a ZIP archive 34 Previously, ZIP archives with an archive comment were not supported. 75 archive. [all …]
|
| /third_party/lzma/CPP/7zip/UI/GUI/ |
| D | Extract.rc | 9 IDS_UPDATE_NOT_SUPPORTED "Update operations are not supported for this archive." 10 IDS_CANT_OPEN_ARCHIVE "Cannot open file '{0}' as archive" 11 IDS_CANT_OPEN_ENCRYPTED_ARCHIVE "Cannot open encrypted archive '{0}'. Wrong password?" 12 IDS_UNSUPPORTED_ARCHIVE_TYPE "Unsupported archive type" 14 IDS_CANT_OPEN_AS_TYPE "Cannot open the file as {0} archive" 15 IDS_IS_OPEN_AS_TYPE "The file is open as {0} archive" 16 IDS_IS_OPEN_WITH_OFFSET "The archive is open with offset" 50 IDS_EXTRACT_MSG_IS_NOT_ARC "Is not archive" 54 IDS_OPEN_MSG_UNAVAILABLE_START "Unavailable start of archive" 55 IDS_OPEN_MSG_UNCONFIRMED_START "Unconfirmed start of archive" [all …]
|
| /third_party/protobuf/ |
| D | 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 …]
|
| /third_party/lzma/DOC/ |
| D | 7zC.txt | 24 7zIn.* - .7z archive opening 32 You can create .7z archive with 7z.exe, 7za.exe or 7zr.exe: 34 7z.exe a archive.7z *.htm -r -mx -m0fb=255 36 If you have big number of files in archive, and you need fast extracting, 39 7za.exe a archive.7z *.htm -ms=512K -r -mx -m0fb=255 -m0d=512K 42 512KB for extracting one file from such archive. 48 - It reads only "FileName", "Size", "LastWriteTime" and "CRC" information for each file in archive. 61 e: Extract files from archive 62 l: List contents of archive 63 t: Test integrity of archive [all …]
|
| D | installer.txt | 21 7zr a archive.7z files 26 Such module extracts archive to temp folder and then runs specified program and removes 27 temp files after program finishing. Self-extract archive for installers must be created 30 self-extract archive: 32 copy /b 7zSD.sfx + config.txt + archive.7z archive.exe 35 uncompressed before including to 7z archive. 63 Use RunProgram, if you want to run some program from .7z archive. 64 Use ExecuteFile, if you want to open some document from .7z archive or 117 - It decompresses solid 7z blocks (it can be whole 7z archive) to RAM. 119 solid 7z block (size of 7z archive at simplest case). [all …]
|
| /third_party/tex-hyphen/webpage/ |
| D | languages.html | 25 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 39 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 48 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 57 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 63 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 69 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 75 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 81 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 87 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… 93 …<td><a href="http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/hyp… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Archive.h | 1 //===- Archive.h - ar archive file format -----------------------*- C++ -*-===// 9 // This file declares the ar archive file format class. 35 class Archive; variable 39 friend class Archive; 41 ArchiveMemberHeader(Archive const *Parent, const char *RawHeaderPtr, 79 Archive const *Parent; 83 class Archive : public Binary { 88 friend Archive; variable 91 const Archive *Parent; 101 Child(const Archive *Parent, const char *Start, Error *Err); [all …]
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_archive_util.py | 67 def test_make_tarball(self, name='archive'): 77 self._make_tarball(tmpdir, 'archive', '.tar.gz', compress='gzip') 82 self._make_tarball(tmpdir, 'archive', '.tar.bz2', compress='bzip2') 87 self._make_tarball(tmpdir, 'archive', '.tar.xz', compress='xz') 104 self.test_make_tarball('のアーカイブ') # japanese for archive 153 base_name = os.path.join(tmpdir2, 'archive') 183 base_name = os.path.join(tmpdir2, 'archive') 194 base_name = os.path.join(tmpdir2, 'archive') 208 base_name = os.path.join(self.mkdtemp(), 'archive') 242 base_name = os.path.join(self.mkdtemp(), 'archive') [all …]
|
| /third_party/skia/third_party/externals/dawn/scripts/ |
| D | extract.py | 83 parser = optparse.OptionParser(usage='Usage: %prog ARCHIVE OUTPUT') 87 help='Do not remove a prefix from paths in the archive.') 94 archive, output = args 96 if not os.path.exists(archive): 100 with open(archive) as f: 116 if archive.endswith('.zip'): 117 entries = IterateZip(archive) 118 elif archive.endswith('.tar.gz'): 119 entries = IterateTar(archive, 'gz') 120 elif archive.endswith('.tar.bz2'): [all …]
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | OpenArchive.cpp | 50 1) Open with main type. Archive handler is allowed to use archive start finder. 62 - archive is not "Self Exe" - return OK with Warning, that there is tail 63 - archive is "Self Exe" 65 - tail can be open as archive - shows that archive and stub size property. 66 - tail can't be open as archive - shows Parser ??? 69 If some open type is OK and physical archive size is uequal or larger 70 … than file size, then return that archive with warning that cannot be open as [extension type]. 74 - if there is full archive or tail archive and unknown block or "Self Exe" 75 at front, it shows tail archive and stub size property. 76 - in another cases, if there is some archive inside file, it returns parser/ [all …]
|
| /third_party/skia/third_party/externals/freetype/tests/scripts/ |
| D | download-test-fonts.py | 41 # remote zip archive. Each entry has the following fields: 46 # Description: URL to download the zip archive from. 52 # extracted from the archive 60 # archive. 65 # Description: Path of source file, relative to the archive's 151 archive: zipfile.ZipFile, 156 """Extract a file from a given zipfile.ZipFile archive. 159 archive: Input ZipFile objec. 160 archive_name: Archive name or URL, only used to generate a 163 filepath: Input filepath in archive. [all …]
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTestContext.hpp | 35 class Archive; 44 * This includes test log and resource archive. 51 …TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine,… 58 …Archive& getArchive (void) { return *m_curArchive; } //!< \note Do not access in TestNode c… in getArchive() 71 Archive& getRootArchive (void) const { return m_rootArchive; } in getRootArchive() 72 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; } in setCurrentArchive() argument 82 Archive& m_rootArchive; //!< Root archive. 87 Archive* m_curArchive; //!< Current archive for test cases.
|
| /third_party/python/Lib/ctypes/ |
| D | _aix.py | 22 (svr4 style) and the other is located as a member of an archive (and the archive 30 For the XCOFF (aka AIX) style - one directory (one archive file) is sufficient 31 as multiple shared libraries can be in the archive - even sharing the same name. 32 In documentation the archive is also referred to as the "base" and the shared 56 # Used to filter the search in an archive by size, e.g., -X64 188 archive members but used an "distinguishing" name for 64-bit members. 214 Return an archive member matching the request in name. 268 paths is a list of directories to search for an archive. 270 Process: search "paths" for archive, and if an archive is found 272 If an archive is not found then return None [all …]
|