Home
last modified time | relevance | path

Searched refs:ParseManifest (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapex_manifest_test.cpp44 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
54 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
64 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
76 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
86 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
95 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
105 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
112 auto apex_manifest = ParseManifest("This is an invalid pony"); in TEST()
124 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
Dapex_manifest.cpp30 Result<ApexManifest> ParseManifest(const std::string& content) { in ParseManifest() function
59 return ParseManifest(content); in ReadManifest()
Dapex_manifest.h29 android::base::Result<::apex::proto::ApexManifest> ParseManifest(
Dapex_file.cpp157 Result<ApexManifest> manifest = ParseManifest(manifest_content); in Open()