Searched refs:test_name_wide (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 78 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp() local 86 test_name_wide, in SetUp() 91 StringCchPrintfW(temp_path_, MAX_PATH, L"%s%s", temp_path, test_name_wide); in SetUp()
|
D | exception_handler_test.cc | 116 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp() local 124 test_name_wide, in SetUp() 129 StringCchPrintfW(temp_path_, MAX_PATH, L"%s%s", temp_path, test_name_wide); in SetUp()
|