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

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

Completed in 70 milliseconds