12 references to Libraries
System.IO.FileSystem.Watcher (12)
src\libraries\Common\src\Interop\Linux\System.Native\Interop.INotify.cs (3)
13
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_INotifyInit", SetLastError = true)]
16
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_INotifyAddWatch", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]
19
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_INotifyRemoveWatch", SetLastError = true)]
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (3)
195
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_ConvertErrorPlatformToPal")]
199
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_ConvertErrorPalToPlatform")]
203
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_StrErrorR")]
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\libraries\Common\src\Interop\Unix\System.Native\Interop.Poll.cs (1)
20
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_Poll")]
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Read.cs (1)
20
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_Read", SetLastError = true)]
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Stat.cs (3)
58
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_FStat", SetLastError = true)]
61
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_Stat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]
64
[LibraryImport(
Libraries
.SystemNative, EntryPoint = "SystemNative_LStat", StringMarshalling = StringMarshalling.Utf8, SetLastError = true)]