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

Function CPLGenerateTempFilename

port/cpl_path.cpp:1500–1505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498 */
1499
1500const char *CPLGenerateTempFilename(const char *pszStem)
1501
1502{
1503 return CPLPathReturnTLSString(CPLGenerateTempFilenameSafe(pszStem),
1504 __FUNCTION__);
1505}
1506
1507/************************************************************************/
1508/* CPLExpandTildeSafe() */

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

CPLPathReturnTLSStringFunction · 0.85

Tested by 3

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68