Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.h47 bool PathMatchesSubcontext(const std::string& path);
Daction_parser.cpp141 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()
Dsubcontext.cpp245 bool Subcontext::PathMatchesSubcontext(const std::string& path) { in PathMatchesSubcontext() function in android::init::Subcontext
Dservice_parser.cpp562 if (subcontext_ && subcontext_->PathMatchesSubcontext(filename)) { in ParseSection()