예제 #1
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
예제 #2
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
예제 #3
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);
예제 #4
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);