Home
last modified time | relevance | path

Searched defs:manifest (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp34 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 DProguardRules_test.cpp39 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp71 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 DAppMetadataBackupWriterTest.java120 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 DLoadedApk.cpp64 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 DLoadedApk.h62 std::unique_ptr<ResourceTable> table, std::unique_ptr<xml::XmlResource> manifest, in LoadedApk()
/aosp14/frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
H A Dgen.py47 manifest = open('AppendToManifest.xml', 'w') variable
/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp774 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 DXmlActionExecutor_test.cpp32 manifest_action.Action([&](Element* manifest) -> bool { in TEST()
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp164 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 DOptimize.cpp244 bool WriteSplitApk(ResourceTable* table, xml::XmlResource* manifest, IArchiveWriter* writer) { in WriteSplitApk()
331 const xml::XmlResource* manifest = apk->GetManifest(); in ExtractAppDataFromManifest() local
H A DLink.cpp781 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 DConvert.cpp284 io::IFile* manifest = apk->GetFileCollection()->FindFile(kAndroidManifestPath); in Convert() local
H A DUtil.cpp425 void SetLongVersionCode(xml::Element* manifest, uint64_t version) { in SetLongVersionCode()
/aosp14/frameworks/base/core/java/android/util/jar/
H A DStrictJarVerifier.java87 private final StrictJarManifest manifest; field in StrictJarVerifier
188 StrictJarVerifier(String name, StrictJarManifest manifest, in StrictJarVerifier()
H A DStrictJarManifest.java261 static void write(StrictJarManifest manifest, OutputStream out) throws IOException { in write()
H A DStrictJarFile.java56 private final StrictJarManifest manifest; field in StrictJarFile
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp90 chromeos_update_engine::DeltaArchiveManifest manifest; in CreateTestUpdate() local
H A Dsnapshot_metadata_updater.cpp40 const DeltaArchiveManifest& manifest) in SnapshotMetadataUpdater()
H A Dtest_helpers.cpp178 AssertionResult FillFakeMetadata(MetadataBuilder* builder, const DeltaArchiveManifest& manifest, in FillFakeMetadata()
H A Dsnapshot.cpp3139 Return SnapshotManager::CreateUpdateSnapshots(const DeltaArchiveManifest& manifest) { in CreateUpdateSnapshots()
3363 LockedFile* lock, const DeltaArchiveManifest& manifest, PartitionCowCreator* cow_creator, in CreateUpdateSnapshotsInternal()
H A Dsnapshot_test.cpp434 DeltaArchiveManifest manifest; in PrepareOneSnapshot() local
/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h78 std::optional<AndroidManifest> manifest; member
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceContainer.cpp74 auto manifest = zip->Open(entry_path); in OpenXmlParser() local
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp573 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

12