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

Function VSISetFileMetadata

port/cpl_vsil.cpp:1755–1763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753 */
1754
1755int VSISetFileMetadata(const char *pszFilename, CSLConstList papszMetadata,
1756 const char *pszDomain, CSLConstList papszOptions)
1757{
1758 VSIFilesystemHandler *poFSHandler = VSIFileManager::GetHandler(pszFilename);
1759 return poFSHandler->SetFileMetadata(pszFilename, papszMetadata, pszDomain,
1760 papszOptions)
1761 ? 1
1762 : 0;
1763}
1764
1765/************************************************************************/
1766/* VSIIsCaseSensitiveFS() */

Callers

nothing calls this directly

Calls 1

SetFileMetadataMethod · 0.45

Tested by

no test coverage detected