Searched refs:StripPathPrefix (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_printer.cc | 133 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix)); in RenderFrame() 149 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix)); in RenderFrame() 217 buffer->append("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData() 239 buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation() 246 buffer->append("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation() 257 buffer->append("(%s", StripPathPrefix(module, strip_path_prefix)); in RenderModuleLocation()
|
| H A D | sanitizer_common.cc | 61 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
|
| H A D | sanitizer_common.h | 215 const char *StripPathPrefix(const char *filepath,
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cc | 407 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()
|