8 references to TimeSpec
System.Private.CoreLib (8)
LibraryImports.g.cs (4)
7832
internal static unsafe partial int UTimensat(string path, global::Interop.Sys.
TimeSpec
* times)
7861
static extern unsafe int __PInvoke(byte* __path_native, global::Interop.Sys.
TimeSpec
* __times_native);
7870
internal static unsafe partial int FUTimens(global::System.Runtime.InteropServices.SafeHandle fd, global::Interop.Sys.
TimeSpec
* times)
7899
static 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)
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];