MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLFormCIFilename

Function CPLFormCIFilename

port/cpl_path.cpp:995–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993*/
994
995const 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() */

Callers

nothing calls this directly

Calls 2

CPLPathReturnTLSStringFunction · 0.85
CPLFormCIFilenameSafeFunction · 0.85

Tested by

no test coverage detected