Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalk_common.cc101 static string StripSeparator(const string &original) { in StripSeparator() function
635 printf("%s", StripSeparator(PathnameStripper::File( in PrintStackMachineReadable()
639 StripSeparator(frame->function_name).c_str()); in PrintStackMachineReadable()
643 StripSeparator(frame->source_file_name).c_str(), in PrintStackMachineReadable()
772 StripSeparator(PathnameStripper::File(module->code_file())).c_str(), in PrintModulesMachineReadable()
773 kOutputSeparator, StripSeparator(module->version()).c_str(), in PrintModulesMachineReadable()
775 StripSeparator(PathnameStripper::File(module->debug_file())).c_str(), in PrintModulesMachineReadable()
777 StripSeparator(module->debug_identifier()).c_str(), in PrintModulesMachineReadable()
869 StripSeparator(process_state.system_info()->os).c_str(), in PrintProcessStateMachineReadable()
871 StripSeparator(process_state.system_info()->os_version).c_str()); in PrintProcessStateMachineReadable()
[all …]