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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsChannelFactory.java139 long pSecurityDescriptor)
159 FileDescriptor fdObj = open(pathForWindows, pathToCheck, flags, pSecurityDescriptor);
176 long pSecurityDescriptor,
197 fdObj = open(pathForWindows, pathToCheck, flags, pSecurityDescriptor);
222 long pSecurityDescriptor)
302 pSecurityDescriptor,
136 newFileChannel(String pathForWindows, String pathToCheck, Set<? extends OpenOption> options, long pSecurityDescriptor) argument
173 newAsynchronousFileChannel(String pathForWindows, String pathToCheck, Set<? extends OpenOption> options, long pSecurityDescriptor, ThreadPool pool) argument
219 open(String pathForWindows, String pathToCheck, Flags flags, long pSecurityDescriptor) argument
H A DWindowsNativeDispatcher.java515 * PSECURITY_DESCRIPTOR pSecurityDescriptor,
536 * PSECURITY_DESCRIPTOR pSecurityDescriptor,
543 long pSecurityDescriptor,
549 pSecurityDescriptor, nLength);
556 long pSecurityDescriptor,
563 * PSECURITY_DESCRIPTOR pSecurityDescriptor
568 long pSecurityDescriptor)
574 pSecurityDescriptor);
580 long pSecurityDescriptor) throws WindowsException;
584 * PSECURITY_DESCRIPTOR pSecurityDescriptor
541 GetFileSecurity(String path, int requestedInformation, long pSecurityDescriptor, int nLength) argument
554 GetFileSecurity0(long lpFileName, int requestedInformation, long pSecurityDescriptor, int nLength) argument
566 SetFileSecurity(String path, int securityInformation, long pSecurityDescriptor) argument
579 SetFileSecurity0(long lpFileName, int securityInformation, long pSecurityDescriptor) argument
591 GetSecurityDescriptorOwner(long pSecurityDescriptor) argument
601 SetSecurityDescriptorOwner(long pSecurityDescriptor, long pOwner) argument
613 GetSecurityDescriptorDacl(long pSecurityDescriptor) argument
623 SetSecurityDescriptorDacl(long pSecurityDescriptor, long pAcl) argument
[all...]
H A DWindowsSecurityDescriptor.java368 static List<AclEntry> getAcl(long pSecurityDescriptor) throws IOException { argument
370 long aclAddress = GetSecurityDescriptorDacl(pSecurityDescriptor);
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c652 PSECURITY_DESCRIPTOR pSecurityDescriptor = local
655 if (InitializeSecurityDescriptor(pSecurityDescriptor, SECURITY_DESCRIPTOR_REVISION) == 0) {
677 PSECURITY_DESCRIPTOR pSecurityDescriptor = jlong_to_ptr(descAddress); local
682 pSecurityDescriptor);
694 PSECURITY_DESCRIPTOR pSecurityDescriptor = jlong_to_ptr(descAddress); local
699 pSecurityDescriptor,
719 PSECURITY_DESCRIPTOR pSecurityDescriptor = jlong_to_ptr(address); local
724 if (GetSecurityDescriptorOwner(pSecurityDescriptor, &pOwner, &bOwnerDefaulted) == 0) {
734 PSECURITY_DESCRIPTOR pSecurityDescriptor = jlong_to_ptr(descAddress); local
737 if (SetSecurityDescriptorOwner(pSecurityDescriptor, pOwne
747 PSECURITY_DESCRIPTOR pSecurityDescriptor = jlong_to_ptr(address); local
764 PSECURITY_DESCRIPTOR pSecurityDescriptor = (PSECURITY_DESCRIPTOR)jlong_to_ptr(descAddress); local
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp43 IN PSECURITY_DESCRIPTOR pSecurityDescriptor,

Completed in 46 milliseconds