Searched refs:systemTime (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.security.jgss/windows/native/libw2k_lsa_auth/
H A DNativeCreds.c1055 SYSTEMTIME systemTime; local
1063 if (FileTimeToSystemTime((FILETIME *)kerbtime, &systemTime)) {
1067 swprintf( (wchar_t *)month, 3, L"%2.2d", systemTime.wMonth);
1068 swprintf( (wchar_t *)day, 3, L"%2.2d", systemTime.wDay);
1069 swprintf( (wchar_t *)hour, 3, L"%2.2d", systemTime.wHour);
1070 swprintf( (wchar_t *)minute, 3, L"%2.2d", systemTime.wMinute);
1071 swprintf( (wchar_t *)second, 3, L"%2.2d", systemTime.wSecond);
1074 systemTime.wYear,
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DHotSpotMethodSubstitutionTest.java138 testGraph("systemTime");
147 public static long systemTime() { method in class:HotSpotMethodSubstitutionTest

Completed in 92 milliseconds