Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_manifest_test.cpp42 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
52 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
62 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
74 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
84 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
93 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
103 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
110 auto apex_manifest = ParseManifest("This is an invalid pony"); in TEST()
122 auto apex_manifest = ParseManifest(ToString(manifest)); in TEST()
Dapex_manifest.cpp29 Result<ApexManifest> ParseManifest(const std::string& content) { in ParseManifest() function
58 return ParseManifest(content); in ReadManifest()
Dapex_manifest.h31 android::base::Result<ApexManifest> ParseManifest(const std::string& content);
Dapex_file.cpp110 Result<ApexManifest> manifest = ParseManifest(manifest_content); in Open()