Searched refs:kDirRegex (Results 1 – 1 of 1) sorted by relevance
26 constexpr const char* kDirRegex = "dir\\.(\\w+)\\s*=\\s*([\\w_\\-/]+)"; variable35 static std::regex dir_regex(kDirRegex); in ParseDirPath()