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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc148 const char *StripPathPrefix(const char *filepath, function in namespace:__sanitizer
164 StripPathPrefix(file, common_flags()->strip_path_prefix));
175 StripPathPrefix(module, common_flags()->strip_path_prefix),
195 file ? StripPathPrefix(file, common_flags()->strip_path_prefix) : "??",

Completed in 66 milliseconds