Lines Matching refs:StripSeparator
101 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()
873 StripSeparator(process_state.system_info()->cpu).c_str(), in PrintProcessStateMachineReadable()
876 StripSeparator(process_state.system_info()->cpu_info).c_str(), in PrintProcessStateMachineReadable()
887 StripSeparator(process_state.crash_reason()).c_str(), in PrintProcessStateMachineReadable()
894 printf("%s%c%c", StripSeparator(assertion).c_str(), in PrintProcessStateMachineReadable()