HomeSort by relevance Sort by last modified time
    Searched refs:StripPathPrefix (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 20 const char *StripPathPrefix(const char *filepath,
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));
sanitizer_stacktrace.h 70 const char *StripPathPrefix(const char *filepath,
  /external/compiler-rt/lib/msan/
msan_report.cc 86 StripPathPrefix(ai.file,
  /external/compiler-rt/lib/asan/
asan_report.cc 515 StripPathPrefix(ai.file,

Completed in 205 milliseconds