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

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java222 String path = getFileSystemPath(csidl);
298 return getFileSystemPath(parent.getIShellFolder(), relativePIDL);
569 private static String getFileSystemPath(final long parentIShellFolder, final long relativePIDL) { method in class:Win32ShellFolder2
575 getFileSystemPath(Win32ShellFolderManager2.getDesktop().getIShellFolder(),
585 static String getFileSystemPath(final int csidl) throws IOException, InterruptedException { method in class:Win32ShellFolder2
749 String path = getFileSystemPath(pIShellFolder, childPIDL);

Completed in 37 milliseconds