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

  /external/google-breakpad/src/processor/
pathname_stripper_unittest.cc 45 using google_breakpad::PathnameStripper;
48 ASSERT_EQ(PathnameStripper::File("/dir/file"), "file");
49 ASSERT_EQ(PathnameStripper::File("\\dir\\file"), "file");
50 ASSERT_EQ(PathnameStripper::File("/dir\\file"), "file");
51 ASSERT_EQ(PathnameStripper::File("\\dir/file"), "file");
52 ASSERT_EQ(PathnameStripper::File("dir/file"), "file");
53 ASSERT_EQ(PathnameStripper::File("dir\\file"), "file");
54 ASSERT_EQ(PathnameStripper::File("dir/\\file"), "file");
55 ASSERT_EQ(PathnameStripper::File("dir\\/file"), "file");
56 ASSERT_EQ(PathnameStripper::File("file"), "file")
    [all...]
pathname_stripper.h 43 class PathnameStripper {
pathname_stripper.cc 41 string PathnameStripper::File(const string &path) {
simple_symbol_supplier.cc 158 string debug_file_name = PathnameStripper::File(module->debug_file());
162 PathnameStripper::File(module->code_file()) << ")";
173 PathnameStripper::File(module->code_file()) <<
logging.cc 78 stream_ << time_string << ": " << PathnameStripper::File(file) << ":" <<
stackwalk_common.cc 235 PathnameStripper::File(pointee_frame.source_file_name).c_str(),
269 printf("%s", PathnameStripper::File(frame->module->code_file()).c_str());
273 string source_file = PathnameStripper::File(frame->source_file_name);
635 printf("%s", StripSeparator(PathnameStripper::File(
704 PathnameStripper::File(module->debug_file()) + ", " +
    [all...]

Completed in 163 milliseconds