Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc20 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
52 Printf(" %s", StripPathPrefix(file, strip_file_prefix)); in PrintSourceLocation()
62 Printf(" (%s+0x%zx)", StripPathPrefix(module, strip_file_prefix), offset); in PrintModuleAndOffset()
85 Printf(" %s\n", StripPathPrefix(buff.data(), strip_file_prefix)); in PrintStack()
Dsanitizer_stacktrace.h70 const char *StripPathPrefix(const char *filepath,
/external/compiler-rt/lib/msan/
Dmsan_report.cc86 StripPathPrefix(ai.file, in ReportSummary()
/external/compiler-rt/lib/asan/
Dasan_report.cc515 StripPathPrefix(ai.file, in ReportSummary()