Searched refs:skip_apexes (Results 1 – 1 of 1) sorted by relevance
40 const std::string& apex_name, const std::set<std::string>& skip_apexes) { in CollectRcScriptsFromApex() argument76 if (skip_apexes.count(apex_name) > 0) { in CollectRcScriptsFromApex()139 std::set<std::string> skip_apexes; in ParseRcScriptsFromAllApexes() local144 skip_apexes = GetApexListFrom("/bootstrap-apex"); in ParseRcScriptsFromAllApexes()146 auto configs = OR_RETURN(CollectRcScriptsFromApex(/*apex_name=*/"", skip_apexes)); in ParseRcScriptsFromAllApexes()