Home
last modified time | relevance | path

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

/system/core/init/
Dapex_init_util.cpp40 const std::string& apex_name, const std::set<std::string>& skip_apexes) { in CollectRcScriptsFromApex() argument
76 if (skip_apexes.count(apex_name) > 0) { in CollectRcScriptsFromApex()
139 std::set<std::string> skip_apexes; in ParseRcScriptsFromAllApexes() local
144 skip_apexes = GetApexListFrom("/bootstrap-apex"); in ParseRcScriptsFromAllApexes()
146 auto configs = OR_RETURN(CollectRcScriptsFromApex(/*apex_name=*/"", skip_apexes)); in ParseRcScriptsFromAllApexes()