Lines Matching defs:rootNativeHandle
400 " 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) {
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(), windowsAbsolutePath, mask1, mask2);
600 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
623 + Integer.toHexString(rootNativeHandle()) +
669 Integer.toHexString(rootNativeHandle()) +
689 " at root 0x" + Integer.toHexString(rootNativeHandle()) + ".");
695 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
716 Integer.toHexString(rootNativeHandle()) + ".";
738 " at root 0x" + Integer.toHexString(rootNativeHandle()) + ".");
745 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
767 Integer.toHexString(rootNativeHandle()) + ". ";
798 " at root 0x" + Integer.toHexString(rootNativeHandle()) + ".");
804 + " at root 0x" + Integer.toHexString(rootNativeHandle()) +
847 " at root 0x" + Integer.toHexString(rootNativeHandle()) + ".");
854 " at root 0x" + Integer.toHexString(rootNativeHandle()) +
1063 private int rootNativeHandle() {