Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid/signature/
Dmk_payload.cc186 const auto& apex_path = get_apex_path(apex_name); in LoadSystemApexes() local
187 if (!apex_path.has_value()) { in LoadSystemApexes()
192 .path = *apex_path, in LoadSystemApexes()
293 std::string apex_path = ToAbsolute(apex_config.path, config.dirname); in MakePayload() local
294 if (auto ret = add_partition("microdroid-apex-" + std::to_string(i), apex_path); in MakePayload()