Searched refs:strip_file_prefix (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 21 const char *strip_file_prefix) { in StripPathPrefix() argument 23 const char *prefix_beg = internal_strstr(filepath, strip_file_prefix); in StripPathPrefix() 25 return prefix_beg + internal_strlen(strip_file_prefix); in StripPathPrefix() 50 const char *strip_file_prefix) { in PrintSourceLocation() argument 52 Printf(" %s", StripPathPrefix(file, strip_file_prefix)); in PrintSourceLocation() 61 const char *strip_file_prefix) { in PrintModuleAndOffset() argument 62 Printf(" (%s+0x%zx)", StripPathPrefix(module, strip_file_prefix), offset); in PrintModuleAndOffset() 66 bool symbolize, const char *strip_file_prefix, in PrintStack() argument 85 Printf(" %s\n", StripPathPrefix(buff.data(), strip_file_prefix)); in PrintStack() 101 strip_file_prefix); in PrintStack() [all …]
|
D | sanitizer_stacktrace.h | 38 bool symbolize, const char *strip_file_prefix, 71 const char *strip_file_prefix);
|