8 references to TimeSpec
System.Private.CoreLib (8)
LibraryImports.g.cs (4)
7832internal static unsafe partial int UTimensat(string path, global::Interop.Sys.TimeSpec* times) 7861static extern unsafe int __PInvoke(byte* __path_native, global::Interop.Sys.TimeSpec* __times_native); 7870internal static unsafe partial int FUTimens(global::System.Runtime.InteropServices.SafeHandle fd, global::Interop.Sys.TimeSpec* times) 7899static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.TimeSpec* __times_native);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.UTimensat.cs (2)
26internal static unsafe partial int UTimensat(string path, TimeSpec* times); 29internal static unsafe partial int FUTimens(SafeHandle fd, TimeSpec* times);
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
392Interop.Sys.TimeSpec* buf = stackalloc Interop.Sys.TimeSpec[2];