Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/core/browser/
H A Dqgszipitem.cpp58 mVsiPrefix = vsiPrefix( mFilePath ); in init()
92 …nZipSetting= %4 vsiPrefix= %5" ).arg( mFilePath, path(), name(), scanZipSetting, mVsiPrefix ), 3 ); in createChildren()
110 tmpPath = mVsiPrefix + mFilePath + '/' + fileName; in createChildren()
221 …= %2 scanZipSetting= %3 vsiPrefix= %4" ).arg( mFilePath, name(), scanZipSetting, mVsiPrefix ), 3 ); in getZipFileList()
230 …QgsDebugMsgLevel( QStringLiteral( "Open file %1 with gdal vsi" ).arg( mVsiPrefix + mFilePath ), 3 … in getZipFileList()
231 …char **papszSiblingFiles = VSIReadDirRecursive( QString( mVsiPrefix + mFilePath ).toLocal8Bit().co… in getZipFileList()
H A Dqgszipitem.h35 QString mVsiPrefix; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdataitem.cpp1663 mVsiPrefix = vsiPrefix( mFilePath ); in init()
1681 …nZipSetting= %4 vsiPrefix= %5" ).arg( mFilePath, path(), name(), scanZipSetting, mVsiPrefix ), 3 ); in createChildren()
1699 tmpPath = mVsiPrefix + mFilePath + '/' + fileName; in createChildren()
1810 …= %2 scanZipSetting= %3 vsiPrefix= %4" ).arg( mFilePath, name(), scanZipSetting, mVsiPrefix ), 3 ); in getZipFileList()
1819 …QgsDebugMsgLevel( QStringLiteral( "Open file %1 with gdal vsi" ).arg( mVsiPrefix + mFilePath ), 3 … in getZipFileList()
1820 …char **papszSiblingFiles = VSIReadDirRecursive( QString( mVsiPrefix + mFilePath ).toLocal8Bit().co… in getZipFileList()
H A Dqgsdataitem.h973 QString mVsiPrefix; variable