/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | ManifestClassGenerator_test.cpp | 34 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 80 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 131 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 181 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 199 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local
|
H A D | ProguardRules_test.cpp | 39 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_VintfObject.cpp | 71 static void tryAddHalNamesAndVersions(const std::shared_ptr<const HalManifest>& manifest, in tryAddHalNamesAndVersions() 115 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); in android_os_VintfObject_getSepolicyVersion() local 147 std::shared_ptr<const HalManifest> manifest = VintfObject::GetFrameworkHalManifest(); in android_os_VintfObject_getVndkSnapshots() local 162 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); in android_os_VintfObject_getTargetFrameworkCompatibilityMatrixVersion() local
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/ |
H A D | AppMetadataBackupWriterTest.java | 120 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withoutApkOrSignatures_writesCorrectData() local 155 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withApk_writesApk() local 191 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withSignatures_writesCorrectSignatures() local 221 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withoutInstallerPackage_writesEmptyInstaller() local
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 64 std::unique_ptr<xml::XmlResource> manifest = in DetermineApkFormat() local 146 std::unique_ptr<xml::XmlResource> manifest = DeserializeXmlResourceFromPb(pb_node, &error); in LoadProtoApkFromFileCollection() local 189 std::unique_ptr<xml::XmlResource> manifest = in LoadBinaryApkFromFileCollection() local 208 IArchiveWriter* writer, XmlResource* manifest) { in WriteToArchive()
|
H A D | LoadedApk.h | 62 std::unique_ptr<ResourceTable> table, std::unique_ptr<xml::XmlResource> manifest, in LoadedApk()
|
/aosp14/frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/ |
H A D | gen.py | 47 manifest = open('AppendToManifest.xml', 'w') variable
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | ManifestFixer_test.cpp | 774 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(no_d, options); in TEST_F() local 869 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 902 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 933 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 962 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 984 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local 1005 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local 1033 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local
|
/aosp14/frameworks/base/tools/aapt2/xml/ |
H A D | XmlActionExecutor_test.cpp | 32 manifest_action.Action([&](Element* manifest) -> bool { in TEST()
|
/aosp14/frameworks/base/tools/aapt2/optimize/ |
H A D | MultiApkGenerator.cpp | 164 std::unique_ptr<XmlResource> manifest; in FromBaseApk() local 277 XmlResource* manifest = updated_manifest->get(); in UpdateManifest() local
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Optimize.cpp | 244 bool WriteSplitApk(ResourceTable* table, xml::XmlResource* manifest, IArchiveWriter* writer) { in WriteSplitApk() 331 const xml::XmlResource* manifest = apk->GetManifest(); in ExtractAppDataFromManifest() local
|
H A D | Link.cpp | 781 std::unique_ptr<Asset> manifest( in ExtractCompileSdkVersions() local 1068 bool VerifyLocaleFormat(xml::XmlResource* manifest, android::IDiagnostics* diag) { in VerifyLocaleFormat() 1724 void AliasAdaptiveIcon(xml::XmlResource* manifest, ResourceTable* table) { in AliasAdaptiveIcon() 1790 bool VerifySharedUserId(xml::XmlResource* manifest, ResourceTable* table) { in VerifySharedUserId() 1842 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()
|
H A D | Convert.cpp | 284 io::IFile* manifest = apk->GetFileCollection()->FindFile(kAndroidManifestPath); in Convert() local
|
H A D | Util.cpp | 425 void SetLongVersionCode(xml::Element* manifest, uint64_t version) { in SetLongVersionCode()
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarVerifier.java | 87 private final StrictJarManifest manifest; field in StrictJarVerifier 188 StrictJarVerifier(String name, StrictJarManifest manifest, in StrictJarVerifier()
|
H A D | StrictJarManifest.java | 261 static void write(StrictJarManifest manifest, OutputStream out) throws IOException { in write()
|
H A D | StrictJarFile.java | 56 private final StrictJarManifest manifest; field in StrictJarFile
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshotctl.cpp | 90 chromeos_update_engine::DeltaArchiveManifest manifest; in CreateTestUpdate() local
|
H A D | snapshot_metadata_updater.cpp | 40 const DeltaArchiveManifest& manifest) in SnapshotMetadataUpdater()
|
H A D | test_helpers.cpp | 178 AssertionResult FillFakeMetadata(MetadataBuilder* builder, const DeltaArchiveManifest& manifest, in FillFakeMetadata()
|
H A D | snapshot.cpp | 3139 Return SnapshotManager::CreateUpdateSnapshots(const DeltaArchiveManifest& manifest) { in CreateUpdateSnapshots() 3363 LockedFile* lock, const DeltaArchiveManifest& manifest, PartitionCowCreator* cow_creator, in CreateUpdateSnapshotsInternal()
|
H A D | snapshot_test.cpp | 434 DeltaArchiveManifest manifest; in PrepareOneSnapshot() local
|
/aosp14/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.h | 78 std::optional<AndroidManifest> manifest; member
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | ResourceContainer.cpp | 74 auto manifest = zip->Open(entry_path); in OpenXmlParser() local
|
/aosp14/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 573 void Extract(xml::Element* manifest) override { in Extract() 1564 if (auto manifest = ElementCast<Manifest>(parent)) { in Extract() local 2493 if (auto manifest = ElementCast<Manifest>(root_element_.get())) { in Extract() local
|