/frameworks/base/tools/aapt2/ |
D | Source.h | 34 Maybe<std::string> archive; member 41 inline Source(const android::StringPiece& path, const android::StringPiece& archive) in Source() 42 : path(path.to_string()), archive(archive.to_string()) {} in Source() 53 if (archive) { in to_string() 54 s = ::android::base::StringPrintf("%s@%s", archive.value().c_str(), s.c_str()); in to_string()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 2 "adb backup" archive of the settings provider package. It was generated on a 4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen, 7 'adb restore' decrypts and applies the restored archive successfully on a device 13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix 14 to this bug in place. This archive should be successfully restorable on any
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | GroupReader.h | 51 : archive(pArchive), input(pIterator) {} in ArchiveListEntry() 52 Archive& archive; member
|
D | DiagCommonKinds.inc | 82 "Target does not support --whole-archive", 83 "Target does not support --whole-archive") 212 "Unsupported archive type.", 213 "Unsupported archive type.")
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 200 Archive archive(**input, m_Builder); in activate() local 201 m_ArchiveReader.readArchive(m_Config, archive); in activate() 202 if (archive.numOfObjectMember() > 0) { in activate() 203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs()); in activate()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GroupReader.cpp | 119 Archive& ar = (*it)->archive; in readGroup() 131 Archive& ar = (*it)->archive; in readGroup() 140 delete &((*it)->archive); in readGroup()
|
/frameworks/multidex/library/src/androidx/multidex/ |
D | MultiDexExtractor.java | 216 private static boolean isModified(Context context, File archive, long currentCrc, in isModified() argument 219 return (prefs.getLong(prefsKeyPrefix + KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive)) in isModified() 223 private static long getTimeStamp(File archive) { in getTimeStamp() argument 224 long timeStamp = archive.lastModified(); in getTimeStamp() 233 private static long getZipCrc(File archive) throws IOException { in getZipCrc() argument 234 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 13 The `bootanimation.zip` archive file includes: 76 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file 79 named sequentially (e.g. `part000.png`, `part001.png`, ...) and added to the zip archive in that 122 ### creating the ZIP archive 127 Note that the ZIP archive is not actually compressed! The PNG files are already as compressed
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 265 … HelpText<"Add the archive or object file specified by namespec to the list of files to link">; 270 def WholeArchive : Flag<["--"], "whole-archive">, 272 HelpText<"Include every object file in the archive in the link">; 274 def NoWholeArchive : Flag<["--"], "no-whole-archive">, 276 HelpText<"Turn off the effect of the --whole-archive option">;
|
/frameworks/base/packages/LocalTransport/src/com/android/localtransport/ |
D | LocalTransport.java | 565 File archive = tarballFile(mFullTargetPackage); in cancelFullBackup() local 567 if (archive.exists()) { in cancelFullBackup() 568 archive.delete(); in cancelFullBackup()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 202 Archive archive(**input, m_pBuilder->getInputBuilder()); in normalize() local 203 getArchiveReader()->readArchive(m_Config, archive); in normalize() 204 if (archive.numOfObjectMember() > 0) { in normalize() 206 archive.inputs()); in normalize()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 112 …/* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInInde… 172 …TestSingleSourceBuild.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInInde…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 127 …/* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInInde… 192 …TestSingleSourceBuild.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInInde…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 952 to a zip/jar archive instead of a directory. For example: 954 Currently the archive contents are not compressed, though this could change
|