Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/aapt2/
DSource.h34 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/
DREADME2 "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/
DGroupReader.h51 : archive(pArchive), input(pIterator) {} in ArchiveListEntry()
52 Archive& archive; member
DDiagCommonKinds.inc82 "Target does not support --whole-archive",
83 "Target does not support --whole-archive")
212 "Unsupported archive type.",
213 "Unsupported archive type.")
/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java221 private static boolean isModified(Context context, File archive, long currentCrc, in isModified() argument
224 return (prefs.getLong(prefsKeyPrefix + KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive)) in isModified()
228 private static long getTimeStamp(File archive) { in getTimeStamp() argument
229 long timeStamp = archive.lastModified(); in getTimeStamp()
238 private static long getZipCrc(File archive) throws IOException { in getZipCrc() argument
239 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp200 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/
DGroupReader.cpp119 Archive& ar = (*it)->archive; in readGroup()
131 Archive& ar = (*it)->archive; in readGroup()
140 delete &((*it)->archive); in readGroup()
/frameworks/base/cmds/bootanimation/
DFORMAT.md13 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/
DOptions.td265 … 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/
DLocalTransport.java565 File archive = tarballFile(mFullTargetPackage); in cancelFullBackup() local
567 if (archive.exists()) { in cancelFullBackup()
568 archive.delete(); in cancelFullBackup()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp202 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/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp64 void GetEntry(const ZipArchiveHandle archive, const std::string_view entry_name, ZipEntry* data) { in GetEntry() argument
65 int32_t e = FindEntry(archive, entry_name, data); in GetEntry()
/frameworks/ml/nn/tools/api/
Dtypes.spec1525 * https://research.google.com/pubs/archive/43905.pdf
2258 * https://research.google.com/pubs/archive/43813.pdf