Searched refs:filter_cstr (Results 1 – 1 of 1) sorted by relevance
234 char * filter_cstr = NULL; in runTests() local238 filter_cstr = new char[512]; in runTests()240 snprintf(filter_cstr, sizeof(char) * 512, "%s", ptr); in runTests()244 int result = runGTests(listener, filter_cstr); in runTests()246 if (filter_cstr) { in runTests()247 delete[] filter_cstr; in runTests()