Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp470 static Result<void> UpdateApexLinkerConfig(const std::string& apex_name) { in UpdateApexLinkerConfig() function
494 if (auto result = UpdateApexLinkerConfig(apex_name); !result.ok()) { in DoLoadApex()