4 references to SystemNative
System.IO.Compression (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.PathConf.cs (1)
23
[LibraryImport(Libraries.
SystemNative
, EntryPoint = "SystemNative_PathConf", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.cs (3)
59
[LibraryImport(Libraries.
SystemNative
, EntryPoint = "SystemNative_FStat", SetLastError = true)]
62
[LibraryImport(Libraries.
SystemNative
, EntryPoint = "SystemNative_Stat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]
65
[LibraryImport(Libraries.
SystemNative
, EntryPoint = "SystemNative_LStat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]