Searched defs:Account (Results 1 - 1 of 1) 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)

Completed in 41 milliseconds