Home
last modified time | relevance | path

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

/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h25 constexpr const char* kSectionNameRegex = "\\[\\s*(\\w+)\\s*\\]"; variable
203 static std::regex section_name_regex(kSectionNameRegex); in ParseConfiguration()