Home
last modified time | relevance | path

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

/system/libvintf/
DKernelConfigParser.cpp61 static const std::regex sCommentPattern("^\\s*" COMMENT "$"); in processRemaining() local
99 if (std::regex_match(mRemaining, match, sCommentPattern)) { in processRemaining()