Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc55 BOOL DoesPathExist(const TCHAR *path_name);
95 BOOL DoesPathExist(const TCHAR *path_name) { in DoesPathExist() function
109 if (succeeded && DoesPathExist(dump_path)) { in MinidumpWrittenCallback()
126 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
200 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
223 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
241 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
275 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
313 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
400 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
[all …]
Dexception_handler_nesting_test.cc52 bool DoesPathExist(const wchar_t *path_name) { in DoesPathExist() function
119 DoesPathExist(dump_path)) { in MinidumpWrittenCallback()
149 ASSERT_TRUE(DoesPathExist(temp_path)); in InstallExceptionHandlerAndCrash()
259 ASSERT_TRUE(DoesPathExist(temp_path)); in TEST()
283 ASSERT_TRUE(DoesPathExist(temp_path)); in TEST()
308 ASSERT_TRUE(DoesPathExist(temp_path)); in TEST()
Dexception_handler_test.cc90 static BOOL DoesPathExist(const TCHAR *path_name);
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { in DoesPathExist() function in __anonda1db02d0111::ExceptionHandlerTest
232 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
235 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
249 ASSERT_TRUE(DoesPathExist(dump_file.c_str())); in TEST_F()
303 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
306 ASSERT_TRUE(DoesPathExist(temp_path_)); in TEST_F()
320 ASSERT_TRUE(DoesPathExist(dump_file.c_str())); in TEST_F()