2 references to FTruncate
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
428
if (Interop.Sys.
FTruncate
(this, 0) < 0)
src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.Unix.cs (1)
23
FileStreamHelpers.CheckFileCall(Interop.Sys.
FTruncate
(handle, length), handle.Path);