Home
last modified time | relevance | path

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

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