Home
last modified time | relevance | path

Searched refs:FindExistingFile (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc58 Module::File *file = m.FindExistingFile("source-file-name"); in TEST()
124 Module::File *file = m.FindExistingFile("compilation-unit"); in TEST()
157 Module::File *file1 = m.FindExistingFile("source-file-name-1"); in TEST()
159 Module::File *file2 = m.FindExistingFile("source-file-name-2"); in TEST()
204 Module::File *file = m.FindExistingFile("compilation-unit"); in TEST()
Dmodule.h229 File *FindExistingFile(const string &name);
Dmodule_unittest.cc387 EXPECT_EQ(file1, m.FindExistingFile("foo")); in TEST()
388 EXPECT_TRUE(m.FindExistingFile("baz") == NULL); in TEST()
Dmodule.cc172 Module::File *Module::FindExistingFile(const string &name) { in FindExistingFile() function in google_breakpad::Module