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

Function CPLLaunderForFilename

port/cpl_path.cpp:1702–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700 */
1701
1702const char *CPLLaunderForFilename(const char *pszName,
1703 const char *pszOutputPath)
1704{
1705 return CPLPathReturnTLSString(
1706 CPLLaunderForFilenameSafe(pszName, pszOutputPath), __FUNCTION__);
1707}
1708
1709/************************************************************************/
1710/* CPLHasPathTraversal() */

Callers

nothing calls this directly

Calls 2

CPLPathReturnTLSStringFunction · 0.85

Tested by

no test coverage detected