Searched refs:temp_path_ (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 66 TCHAR temp_path_[MAX_PATH]; member in __anon3aebcd120111::ExceptionHandlerDeathTest 91 StringCchPrintfW(temp_path_, MAX_PATH, L"%s%s", temp_path, test_name_wide); in SetUp() 92 CreateDirectory(temp_path_, NULL); in SetUp() 126 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() 129 temp_path_, in TEST_F() 161 temp_path_, in DoCrashAccessViolation() 170 temp_path_, in DoCrashAccessViolation() 200 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() 201 std::wstring dump_path(temp_path_); in TEST_F() 223 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() [all …]
|
D | exception_handler_test.cc | 78 TCHAR temp_path_[MAX_PATH]; member in __anonda1db02d0111::ExceptionHandlerTest 129 StringCchPrintfW(temp_path_, MAX_PATH, L"%s%s", temp_path, test_name_wide); in SetUp() 130 CreateDirectory(temp_path_, NULL); in SetUp() 179 temp_path_, NULL, NULL, NULL, in DoCrashInvalidParameter() 211 temp_path_, NULL, NULL, NULL, in DoCrashPureVirtualCall() 232 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() 235 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() 236 wstring dump_path(temp_path_); in TEST_F() 303 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() 306 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F() [all …]
|