Home
last modified time | relevance | path

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

/system/core/init/
Dmount_namespace.cpp97 static Result<apex::proto::ApexManifest> GetApexManifest(const std::string& apex_dir) { in GetApexManifest() function
122 const auto apex_manifest = GetApexManifest(apex_path); in ActivateFlattenedApexesFrom()
/system/apex/apexd/
Dapex_file_test.cpp74 TEST(ApexFileTest, GetApexManifest) { in TEST() argument