reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 if (!filepath) return nullptr; 63 if (!strip_path_prefix) return filepath; 64 const char *res = filepath; 65 if (const char *pos = internal_strstr(filepath, strip_path_prefix))