Home
last modified time | relevance | path

Searched refs:pszBackSlash (Results 1 – 1 of 1) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalclientserver.cpp3837 char* pszBackSlash; in GetFileList() local
3838 while( (pszBackSlash = strchr(pszIter, '\\')) != NULL ) in GetFileList()
3840 *pszBackSlash = '/'; in GetFileList()
3841 pszIter = pszBackSlash + 1; in GetFileList()