Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc176 char* const full_pattern = new char[full_regex_len]; in Init() local
178 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
196 delete[] full_pattern; in Init()