Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.h51 bool PathMatchesSubcontext(const std::string& path) const;
Daction_parser.cpp141 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
Dsubcontext.cpp253 bool Subcontext::PathMatchesSubcontext(const std::string& path) const { in PathMatchesSubcontext() function in android::init::Subcontext
Dservice_parser.cpp642 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
Dinit.cpp321 subcontext->PathMatchesSubcontext(info.getPreinstalledModulePath())) { in CreateApexConfigParser()