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

Method SetFileMetadata

port/cpl_vsil.cpp:2774–2781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2772/************************************************************************/
2773
2774bool VSIFilesystemHandler::SetFileMetadata(const char * /* pszFilename*/,
2775 CSLConstList /* papszMetadata */,
2776 const char * /* pszDomain */,
2777 CSLConstList /* papszOptions */)
2778{
2779 CPLError(CE_Failure, CPLE_NotSupported, "SetFileMetadata() not supported");
2780 return false;
2781}
2782
2783#endif
2784

Callers 9

test_vsiaz_fake_metadataFunction · 0.45
test_vsigs_aclFunction · 0.45
test_vsigs_headersFunction · 0.45
test_vsis3_metadataFunction · 0.45
test_vsiaz_extra_1Function · 0.45
VSISetFileMetadataFunction · 0.45

Calls 1

CPLErrorFunction · 0.85

Tested by 8

test_vsiaz_fake_metadataFunction · 0.36
test_vsigs_aclFunction · 0.36
test_vsigs_headersFunction · 0.36
test_vsis3_metadataFunction · 0.36
test_vsiaz_extra_1Function · 0.36