HomeSort by relevance Sort by last modified time
    Searched refs:DoesPathExist (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 55 BOOL DoesPathExist(const TCHAR *path_name);
95 BOOL DoesPathExist(const TCHAR *path_name) {
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...]
exception_handler_nesting_test.cc 52 bool DoesPathExist(const wchar_t *path_name) {
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));
exception_handler_test.cc 90 static BOOL DoesPathExist(const TCHAR *path_name);
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) {
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()));

Completed in 534 milliseconds