Searched defs:cbSid (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java716 * LPDWORD cbSid,
722 * @return cbSid
726 int cbSid) throws WindowsException
730 return LookupAccountName0(buffer.address(), pSid, cbSid);
736 int cbSid) throws WindowsException;
724 LookupAccountName(String accountName, long pSid, int cbSid) argument
735 LookupAccountName0(long lpAccountName, long pSid, int cbSid) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c858 jclass this, jlong nameAddress, jlong sidAddress, jint cbSid)
867 if (LookupAccountNameW(NULL, accountName, sid, (LPDWORD)&cbSid,
875 return cbSid;
857 Java_sun_nio_fs_WindowsNativeDispatcher_LookupAccountName0(JNIEnv* env, jclass this, jlong nameAddress, jlong sidAddress, jint cbSid) argument

Completed in 39 milliseconds