4 references to FTruncate
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
420
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);
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (2)
220
if (Interop.Sys.
FTruncate
(fileHandle, (long)sharedDataTotalByteCount) < 0)
239
if (Interop.Sys.
FTruncate
(fileHandle, (long)sharedDataTotalByteCount) < 0)