Home
last modified time | relevance | path

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

/aosp12/system/apex/libs/libapexutil/
H A Dapexutil.cpp37 Result<ApexManifest> ParseApexManifest(const std::string &manifest_path) { in ParseApexManifest() function
74 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages()