Searched refs:UpdateApexLinkerConfig (Results 1 – 1 of 1) sorted by relevance
470 static Result<void> UpdateApexLinkerConfig(const std::string& apex_name) { in UpdateApexLinkerConfig() function494 if (auto result = UpdateApexLinkerConfig(apex_name); !result.ok()) { in DoLoadApex()