Searched defs:nLength (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_FileDialog.cpp209 UINT nLength = CommDlg_OpenSave_GetSpec(parent, NULL, 0) + local
H A DShellFolder2.cpp787 int nLength = env->GetStringLength(jname); local
791 wcsncpy(reinterpret_cast<LPWSTR>(wszPath), reinterpret_cast<LPCWSTR>(strPath), nLength); local
/openjdk10/jdk/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c647 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength) argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java552 GetFileSecurity(String path, int requestedInformation, long pSecurityDescriptor, int nLength) argument
565 GetFileSecurity0(long lpFileName, int requestedInformation, long pSecurityDescriptor, int nLength) argument

Completed in 114 milliseconds