Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc133 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 Dsanitizer_common.cc61 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
H A Dsanitizer_common.h215 const char *StripPathPrefix(const char *filepath,
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc407 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()