Searched refs:StripSeparator (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc99 // StripSeparator takes a string |original| and returns a copy
101 static string StripSeparator(const string &original) { function in namespace:google_breakpad::__anon7559
635 printf("%s", StripSeparator(PathnameStripper::File(
639 StripSeparator(frame->function_name).c_str());
643 StripSeparator(frame->source_file_name).c_str(),
772 StripSeparator(PathnameStripper::File(module->code_file())).c_str(),
773 kOutputSeparator, StripSeparator(module->version()).c_str(),
775 StripSeparator(PathnameStripper::File(module->debug_file())).c_str(),
777 StripSeparator(module->debug_identifier()).c_str(),
869 StripSeparator(process_stat
[all...]

Completed in 75 milliseconds