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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java44 * LPSECURITY_ATTRIBUTES lpSecurityAttributes,
53 long lpSecurityAttributes,
63 lpSecurityAttributes,
83 long lpSecurityAttributes,
114 * LPSECURITY_ATTRIBUTES lpSecurityAttributes
117 static void CreateDirectory(String path, long lpSecurityAttributes) throws WindowsException { argument
120 CreateDirectory0(buffer.address(), lpSecurityAttributes);
125 private static native void CreateDirectory0(long lpFileName, long lpSecurityAttributes) argument
904 * LPSECURITY_ATTRIBUTES lpSecurityAttributes
50 CreateFile(String path, int dwDesiredAccess, int dwShareMode, long lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes) argument
80 CreateFile0(long lpFileName, int dwDesiredAccess, int dwShareMode, long lpSecurityAttributes, int dwCreationDisposition, int dwFlagsAndAttributes) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c229 LPSECURITY_ATTRIBUTES lpSecurityAttributes; local
234 lpSecurityAttributes = NULL;
239 lpSecurityAttributes = &securityAttributes;
245 lpSecurityAttributes,
298 LPSECURITY_ATTRIBUTES lpSecurityAttributes; local
303 lpSecurityAttributes = NULL;
308 lpSecurityAttributes = &securityAttributes;
311 if (CreateDirectoryW(lpFileName, lpSecurityAttributes) == 0) {

Completed in 38 milliseconds