Home
last modified time | relevance | path

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

/system/apex/apexd/
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
Dapex_manifest.cpp31 ApexManifest apex_manifest; in ParseManifest() local
50 std::string GetPackageId(const ApexManifest& apex_manifest) { in GetPackageId()
/system/core/init/
Dmount_namespace.cpp130 const auto apex_manifest = GetApexManifest(apex_path); in ActivateFlattenedApexesFrom() local
159 const apex::proto::ApexManifest& apex_manifest) { in ActivateFlattenedApexesIfPossible()