Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.h39 Subcontext(std::vector<std::string> path_prefixes, std::string context) in Subcontext() argument
40 : path_prefixes_(std::move(path_prefixes)), context_(std::move(context)), pid_(0) { in Subcontext()