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

Function VSIFGetNativeFileDescriptorL

port/cpl_vsil.cpp:3938–3941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3936 */
3937
3938void *VSIFGetNativeFileDescriptorL(VSILFILE *fp)
3939{
3940 return fp->GetNativeFileDescriptor();
3941}
3942
3943/************************************************************************/
3944/* VSIGetDiskFreeSpace() */

Callers 4

GetVirtualMemAutoMethod · 0.85
CPLVirtualMemFileMapNewFunction · 0.85
VirtualMemIOMethod · 0.85

Calls 1

Tested by

no test coverage detected