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,
51 Printf(" %s", StripPathPrefix(file, strip_file_prefix));
61 Printf(" (%s+0x%zx)", StripPathPrefix(module, strip_file_prefix), offset);
84 Printf(" %s\n", StripPathPrefix(buff.data(), strip_file_prefix));
sanitizer_stacktrace.h 61 const char *StripPathPrefix(const char *filepath,
  /external/compiler-rt/lib/msan/
msan_report.cc 85 StripPathPrefix(ai.file, flags()->strip_path_prefix),
  /external/compiler-rt/lib/asan/
asan_report.cc 480 StripPathPrefix(ai.file, flags()->strip_path_prefix),

Completed in 43 milliseconds