Searched defs:rootNativeHandle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java400 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
416 * @param rootNativeHandle Native handle to one of Windows top level keys.
419 private WindowsPreferences(int rootNativeHandle, byte[] rootDirectory) { argument
422 WindowsRegCreateKeyEx1(rootNativeHandle, rootDirectory);
426 Integer.toHexString(rootNativeHandle()) +
499 int[] result = WindowsRegOpenKey1(rootNativeHandle(),
502 result = WindowsRegOpenKey1(rootNativeHandle(),
508 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
515 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
521 return openKey(rootNativeHandle(), windowsAbsolutePat
1063 private int rootNativeHandle() { method in class:WindowsPreferences
[all...]

Completed in 38 milliseconds