4 references to TimeSpec
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.UTimensat.cs (2)
26
internal static unsafe partial int UTimensat(string path,
TimeSpec
* times);
29
internal static unsafe partial int FUTimens(SafeHandle fd,
TimeSpec
* times);
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
392
Interop.Sys.
TimeSpec
* buf = stackalloc Interop.Sys.
TimeSpec
[2];