Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp214 static const std::regex kContextLine("^context (\\w+)$"); in scanBinderContext() local
220 if (std::regex_search(line, match, kContextLine)) { in scanBinderContext()