reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);