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

  /external/google-breakpad/src/common/
stabs_to_module_unittest.cc 58 Module::File *file = m.FindExistingFile("source-file-name");
124 Module::File *file = m.FindExistingFile("compilation-unit");
157 Module::File *file1 = m.FindExistingFile("source-file-name-1");
159 Module::File *file2 = m.FindExistingFile("source-file-name-2");
204 Module::File *file = m.FindExistingFile("compilation-unit");
module.h 229 File *FindExistingFile(const string &name);
module_unittest.cc 387 EXPECT_EQ(file1, m.FindExistingFile("foo"));
388 EXPECT_TRUE(m.FindExistingFile("baz") == NULL);
module.cc 172 Module::File *Module::FindExistingFile(const string &name) {

Completed in 308 milliseconds