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

/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c230 PSECURITY_DESCRIPTOR lpSecurityDescriptor = jlong_to_ptr(sdAddress); local
233 if (lpSecurityDescriptor == NULL) {
237 securityAttributes.lpSecurityDescriptor = lpSecurityDescriptor;
299 PSECURITY_DESCRIPTOR lpSecurityDescriptor = jlong_to_ptr(sdAddress); local
302 if (lpSecurityDescriptor == NULL) {
306 securityAttributes.lpSecurityDescriptor = lpSecurityDescriptor;
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp766 free_security_desc(lpSA->lpSecurityDescriptor);
767 lpSA->lpSecurityDescriptor = NULL;
1082 lpSA->lpSecurityDescriptor = pSD;
1252 if (!SetFileSecurity(dirname, secInfo, pDirSA->lpSecurityDescriptor)) {
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c184 sa.lpSecurityDescriptor = 0;

Completed in 40 milliseconds