Searched refs:PathMatchesSubcontext (Results 1 – 5 of 5) sorted by relevance
51 bool PathMatchesSubcontext(const std::string& path) const;
141 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
253 bool Subcontext::PathMatchesSubcontext(const std::string& path) const { in PathMatchesSubcontext() function in android::init::Subcontext
642 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
321 subcontext->PathMatchesSubcontext(info.getPreinstalledModulePath())) { in CreateApexConfigParser()