Home
last modified time | relevance | path

Searched defs:apex_manifest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/apex/apexd/
H A Dapex_manifest_test.cpp44 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
54 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
64 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
76 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
86 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
95 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
105 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
112 auto apex_manifest = ParseManifest("This is an invalid pony"); in TEST() local
124 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST() local
H A Dapex_manifest.cpp31 ApexManifest apex_manifest; in ParseManifest() local
50 std::string GetPackageId(const ApexManifest& apex_manifest) { in GetPackageId()
/aosp_15_r20/out/soong/.intermediates/system/apex/proto/libapex_manifest_rs/android_arm64_armv8-2a_cortex-a55_source/
Dmod_apex_manifest.rs2 pub mod apex_manifest; module
Dmod.rs3 pub mod apex_manifest; module
Dapex_manifest.rs457 pub mod apex_manifest { module