Searched defs:apex_name (Results 1 – 3 of 3) sorted by relevance
54 int WriteApexManifest(const std::string& apex_name, Json::UInt64 apex_version, in WriteApexManifest()122 std::string apex_name = GetApexName(*kmi_version); in main() local
177 auto get_apex_path = [&](const std::string& apex_name) -> std::optional<std::string> { in LoadSystemApexes()185 for (const auto& apex_name : config.system_apexes) { in LoadSystemApexes() local
63 def install_apex_entries(apex_name): argument