Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasxsdcache.cpp63 m_osCacheDirectory = osCacheDirectory; in SetCacheDirectory()
93 if( !RecursivelyCreateDirectoryIfNeeded(m_osCacheDirectory) ) in RecursivelyCreateDirectoryIfNeeded()
96 "Cannot create %s", m_osCacheDirectory.c_str()); in RecursivelyCreateDirectoryIfNeeded()
97 m_osCacheDirectory.clear(); in RecursivelyCreateDirectoryIfNeeded()
134 (m_osCacheDirectory.size() > nTypicalMaxSizeForDirName && in GetCachedFilename()
135 m_osCacheDirectory.size() < in GetCachedFilename()
137 m_osCacheDirectory.size() : nTypicalMaxSizeForDirName; in GetCachedFilename()
154 return CPLFormFilename( m_osCacheDirectory, osLaunderedName, nullptr ); in GetCachedFilename()
209 if( !m_osCacheDirectory.empty() && in Open()
H A Dogrgmlasconf.cpp584 m_osCacheDirectory = CPLGetXMLValue( psRoot, "CacheDirectory", "" ); in LoadFromXML()
585 if( m_osCacheDirectory.empty() ) in LoadFromXML()
587 m_osCacheDirectory = GMLASConfiguration::GetBaseCacheDirectory(); in LoadFromXML()
588 if( !m_osCacheDirectory.empty() ) in LoadFromXML()
590 m_osCacheDirectory = CPLFormFilename( m_osCacheDirectory, in LoadFromXML()
H A Dogrgmlasxlinkresolver.cpp59 SetCacheDirectory(m_oConf.m_osCacheDirectory); in SetConf()
155 if( !m_osCacheDirectory.empty() && in GetRawContent()
H A Dogr_gmlas.h82 CPLString m_osCacheDirectory; variable
237 CPLString m_osCacheDirectory; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasxsdcache.cpp63 m_osCacheDirectory = osCacheDirectory; in SetCacheDirectory()
93 if( !RecursivelyCreateDirectoryIfNeeded(m_osCacheDirectory) ) in RecursivelyCreateDirectoryIfNeeded()
96 "Cannot create %s", m_osCacheDirectory.c_str()); in RecursivelyCreateDirectoryIfNeeded()
97 m_osCacheDirectory.clear(); in RecursivelyCreateDirectoryIfNeeded()
134 (m_osCacheDirectory.size() > nTypicalMaxSizeForDirName && in GetCachedFilename()
135 m_osCacheDirectory.size() < in GetCachedFilename()
137 m_osCacheDirectory.size() : nTypicalMaxSizeForDirName; in GetCachedFilename()
154 return CPLFormFilename( m_osCacheDirectory, osLaunderedName, nullptr ); in GetCachedFilename()
209 if( !m_osCacheDirectory.empty() && in Open()
H A Dogrgmlasconf.cpp584 m_osCacheDirectory = CPLGetXMLValue( psRoot, "CacheDirectory", "" ); in LoadFromXML()
585 if( m_osCacheDirectory.empty() ) in LoadFromXML()
587 m_osCacheDirectory = GMLASConfiguration::GetBaseCacheDirectory(); in LoadFromXML()
588 if( !m_osCacheDirectory.empty() ) in LoadFromXML()
590 m_osCacheDirectory = CPLFormFilename( m_osCacheDirectory, in LoadFromXML()
H A Dogrgmlasxlinkresolver.cpp59 SetCacheDirectory(m_oConf.m_osCacheDirectory); in SetConf()
155 if( !m_osCacheDirectory.empty() && in GetRawContent()
H A Dogr_gmlas.h82 CPLString m_osCacheDirectory;
237 CPLString m_osCacheDirectory;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasxsdcache.cpp63 m_osCacheDirectory = osCacheDirectory; in SetCacheDirectory()
93 if( !RecursivelyCreateDirectoryIfNeeded(m_osCacheDirectory) ) in RecursivelyCreateDirectoryIfNeeded()
96 "Cannot create %s", m_osCacheDirectory.c_str()); in RecursivelyCreateDirectoryIfNeeded()
97 m_osCacheDirectory.clear(); in RecursivelyCreateDirectoryIfNeeded()
134 (m_osCacheDirectory.size() > nTypicalMaxSizeForDirName && in GetCachedFilename()
135 m_osCacheDirectory.size() < in GetCachedFilename()
137 m_osCacheDirectory.size() : nTypicalMaxSizeForDirName; in GetCachedFilename()
154 return CPLFormFilename( m_osCacheDirectory, osLaunderedName, nullptr ); in GetCachedFilename()
209 if( !m_osCacheDirectory.empty() && in Open()
H A Dogrgmlasconf.cpp584 m_osCacheDirectory = CPLGetXMLValue( psRoot, "CacheDirectory", "" ); in LoadFromXML()
585 if( m_osCacheDirectory.empty() ) in LoadFromXML()
587 m_osCacheDirectory = GMLASConfiguration::GetBaseCacheDirectory(); in LoadFromXML()
588 if( !m_osCacheDirectory.empty() ) in LoadFromXML()
590 m_osCacheDirectory = CPLFormFilename( m_osCacheDirectory, in LoadFromXML()
H A Dogrgmlasxlinkresolver.cpp59 SetCacheDirectory(m_oConf.m_osCacheDirectory); in SetConf()
155 if( !m_osCacheDirectory.empty() && in GetRawContent()
H A Dogr_gmlas.h82 CPLString m_osCacheDirectory; variable
237 CPLString m_osCacheDirectory; variable