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

Function CPLGetPath

port/cpl_path.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 */
241
242const char *CPLGetPath(const char *pszFilename)
243
244{
245 return CPLPathReturnTLSString(CPLGetPathSafe(pszFilename), __FUNCTION__);
246}
247
248/************************************************************************/
249/* CPLGetDirname() */

Callers 2

MMInitLayerByTypeFunction · 0.85
TEST_FFunction · 0.85

Calls 2

CPLPathReturnTLSStringFunction · 0.85
CPLGetPathSafeFunction · 0.85

Tested by 1

TEST_FFunction · 0.68