8 references to TimeSpec
System.Private.CoreLib (8)
_generated\2\LibraryImports.g.cs (4)
4838
internal static unsafe partial int UTimensat(string path, global::Interop.Sys.
TimeSpec
* times)
4869
static extern unsafe int __PInvoke(byte* __path_native, global::Interop.Sys.
TimeSpec
* __times_native);
4879
internal static unsafe partial int FUTimens(global::System.Runtime.InteropServices.SafeHandle fd, global::Interop.Sys.
TimeSpec
* times)
4910
static extern unsafe int __PInvoke(nint __fd_native, global::Interop.Sys.
TimeSpec
* __times_native);
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
392
Interop.Sys.
TimeSpec
* buf = stackalloc Interop.Sys.
TimeSpec
[2];