Home
last modified time | relevance | path

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

/system/apex/apexd/
Ddump_apex_info.cpp29 using android::apex::kApexInfoList;
141 const std::string file_name = apex_root + "/" + kApexInfoList; in main()
Dapex_constants.h62 static constexpr const char* kApexInfoList = "apex-info-list.xml"; variable
Dapexd.cpp1600 is_bootstrap ? "bootstrap" : "default", kApexInfoList); in EmitApexInfoList()
1627 fmt::format("{}/{}", kApexRoot, kApexInfoList); in EmitApexInfoList()
3715 std::string file_name = StringPrintf("%s/%s", kApexRoot, kApexInfoList); in OnOtaChrootBootstrap()
3832 std::string file_name = StringPrintf("%s/%s", kApexRoot, kApexInfoList); in ActivateFlattenedApex()
3996 std::string name = StringPrintf("%s/.default-%s", kApexRoot, kApexInfoList); in UpdateApexInfoList()