Home
last modified time | relevance | path

Searched defs:Systemtime (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dtypes_windows.go530 type Systemtime struct { struct
531 Year uint16
532 Month uint16
533 DayOfWeek uint16
534 Day uint16
535 Hour uint16
536 Minute uint16
537 Second uint16
538 Milliseconds uint16
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dzoneinfo_windows.go112 func pseudoUnix(year int, d *syscall.Systemtime) int64 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go995 type Systemtime struct { struct
996 Year uint16
997 Month uint16
998 DayOfWeek uint16
999 Day uint16
1000 Hour uint16
1001 Minute uint16
1002 Second uint16
1003 Milliseconds uint16