Searched defs:DoesPathExist (Results 1 - 3 of 3) sorted by relevance

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

Completed in 204 milliseconds