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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java693 static Account LookupAccountSid(long sidAddress) throws WindowsException {
694 Account acc = new Account();
698 static class Account { class in class:WindowsNativeDispatcher
702 private Account() { } method in class:WindowsNativeDispatcher.Account
708 private static native void LookupAccountSid0(long sidAddress, Account obj)
H A DWindowsUserPrincipals.java43 // Account name (if available) or SID
115 Account account = null;

Completed in 33 milliseconds