Exemplo n.º 1
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
Exemplo n.º 2
0
 internal static extern int PosixFAdvise(SafeFileHandle fd, long offset, long length, FileAdvice advice);
Exemplo n.º 3
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);
Exemplo n.º 4
0
 internal static extern int PosixFAdvise(int fd, long offset, long length, FileAdvice advice);