reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
   63   if (!strip_path_prefix) return filepath;
   65   if (const char *pos = internal_strstr(filepath, strip_path_prefix))
   66     res = pos + internal_strlen(strip_path_prefix);