Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dsubcontext.h49 bool PathMatchesSubcontext(const std::string& path);
H A Daction_parser.cpp141 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
H A Dsubcontext.cpp252 bool Subcontext::PathMatchesSubcontext(const std::string& path) { in PathMatchesSubcontext() function in android::init::Subcontext
H A Dservice_parser.cpp595 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()