Home
last modified time | relevance | path

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

/system/core/init/
Ddescriptors.cpp54 const std::string& contextStr = context_.empty() ? globalContext : context_; in CreateAndPublish() local
55 int fd = Create(contextStr); in CreateAndPublish()