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

/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc173 TrimLastComponent(self_dir, &testdata_dir, NULL);
174 testdata_dir += L"\\testdata";
178 std::wstring testdata_dir; member in class:tools::windows::dump_syms::__anon7104::DumpSymsRegressionTest
186 std::wstring root_path = testdata_dir + L"\\" + root_name;
/external/google-breakpad/src/processor/
H A Dbasic_source_line_resolver_unittest.cc166 testdata_dir = string(getenv("srcdir") ? getenv("srcdir") : ".") +
171 string testdata_dir; member in class:__anon6970::TestBasicSourceLineResolver
177 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
180 ASSERT_TRUE(resolver.LoadModule(&module2, testdata_dir + "/module2.out"));
385 testdata_dir + "/module3_bad.out"));
390 testdata_dir + "/module4_bad.out"));
395 testdata_dir + "/invalid-filename"));
405 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
409 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
H A Dfast_source_line_resolver_unittest.cc176 testdata_dir = string(getenv("srcdir") ? getenv("srcdir") : ".") +
182 ss << testdata_dir << "/module" << file_index << ".out";
191 string testdata_dir; member in class:__anon6977::TestFastSourceLineResolver
411 testdata_dir + "/module3_bad.out"));
423 testdata_dir + "/module4_bad.out"));
435 testdata_dir + "/invalid-filename"));
474 ss << testdata_dir << "/module" << module_index << ".out";

Completed in 218 milliseconds