Home
last modified time | relevance | path

Searched refs:PosixFAdvise (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Unix/System.Native/
H A DInterop.PosixFAdvise.cs34 …internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice ad… in PosixFAdvise() method in Interop.Sys
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.PosixFAdvise.cs34 …internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice ad… in PosixFAdvise() method in Interop.Sys
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Unix/System.Native/
H A DInterop.PosixFAdvise.cs34 …internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice ad… in PosixFAdvise() method in Interop.Sys
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/IO/
H A DFileStream.Unix.cs97 CheckFileCall(Interop.Sys.PosixFAdvise(_fileHandle, 0, 0, fadv), in Init()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/IO/
H A DFileStream.Unix.cs97 CheckFileCall(Interop.Sys.PosixFAdvise(_fileHandle, 0, 0, fadv), in Init()