Lines Matching defs:windowsAbsolutePath
399 + "node " + byteArrayToString(windowsAbsolutePath()) +
425 byteArrayToString(windowsAbsolutePath()) + " at root 0x" +
442 private byte[] windowsAbsolutePath() {
480 return openKey(windowsAbsolutePath(), mask1, mask2);
486 * @param windowsAbsolutePath Windows absolute path of the
495 private int openKey(byte[] windowsAbsolutePath, int mask1, int mask2) {
498 if (windowsAbsolutePath.length <= MAX_WINDOWS_PATH_LENGTH + 1) {
500 windowsAbsolutePath, mask1);
503 windowsAbsolutePath, mask2);
507 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
514 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
521 return openKey(rootNativeHandle(), windowsAbsolutePath, mask1, mask2);
528 * @param windowsAbsolutePath Windows relative path of the
550 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
599 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
622 + byteArrayToString(windowsAbsolutePath()) + " at root 0x"
667 + "value " + byteArrayToString(windowsAbsolutePath())+ "\\" +
688 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
694 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
715 byteArrayToString(windowsAbsolutePath()) + " at root 0x" +
737 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
744 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
766 byteArrayToString(windowsAbsolutePath()) + " at root 0x" +
797 + "registry node " + byteArrayToString(windowsAbsolutePath()) +
803 + "registry node " + byteArrayToString(windowsAbsolutePath())
846 + "registry node of " + byteArrayToString(windowsAbsolutePath()) +
853 + "registry node " + byteArrayToString(windowsAbsolutePath()) +