Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/microdroid/signature/
H A Dmk_payload.cc172 static const char* kApexInfoListFile = "/apex/apex-info-list.xml"; in LoadSystemApexes() local
173 std::optional<ApexInfoList> apex_info_list = readApexInfoList(kApexInfoListFile); in LoadSystemApexes()
175 return Error() << "Failed to read " << kApexInfoListFile; in LoadSystemApexes()