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

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java538 private int openKey(int nativeHandle, byte[] windowsRelativePath, argument
541 if (windowsRelativePath.length <= MAX_WINDOWS_PATH_LENGTH + 1 ) {
543 windowsRelativePath, mask1);
546 windowsRelativePath, mask2);
561 if (windowsRelativePath[i] == ((byte)'\\')) {
568 System.arraycopy(windowsRelativePath, 0, nextRelativeRoot,0,
571 byte[] nextRelativePath = new byte[windowsRelativePath.length -
573 System.arraycopy(windowsRelativePath, separatorPosition+1,

Completed in 33 milliseconds