Home
last modified time | relevance | path

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

/system/apex/libs/libapexutil/
Dapexutil.cpp37 Result<ApexManifest> ParseApexManifest(const std::string &manifest_path) { in ParseApexManifest() function
74 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages()
/system/apex/apexer/
Dapex_manifest.py41 def ParseApexManifest(file): function
Dapexer_test.py30 from apex_manifest import ParseApexManifest
353 manifest_apex = ParseApexManifest(container_files["apex_manifest.pb"])
Dapexer.py48 from apex_manifest import ParseApexManifest
873 manifest_apex = ParseApexManifest(manifest_path)