| 993 | */ |
| 994 | |
| 995 | const char *CPLFormCIFilename(const char *pszPath, const char *pszBasename, |
| 996 | const char *pszExtension) |
| 997 | |
| 998 | { |
| 999 | return CPLPathReturnTLSString( |
| 1000 | CPLFormCIFilenameSafe(pszPath, pszBasename, pszExtension), |
| 1001 | __FUNCTION__); |
| 1002 | } |
| 1003 | |
| 1004 | /************************************************************************/ |
| 1005 | /* CPLProjectRelativeFilenameSafe() */ |
nothing calls this directly
no test coverage detected