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

/openjdk7/jdk/test/java/io/pathNames/
H A DGeneralWin32.java109 /* Pathnames with drive specifiers */
118 throw new RuntimeException("Can't find an inactive drive");
126 throw new RuntimeException("Can't find an active drive");
129 private static void checkDrive(int depth, char drive, boolean exists) argument
132 String d = drive + ":";
/openjdk7/jdk/src/windows/classes/java/io/
H A DWinNTFileSystem.java73 protected native String getDriveDirectory(int drive); argument
H A DWin32FileSystem.java77 0 relative to both drive and directory
78 1 drive-relative (begins with '\\')
91 /* Remove leading slashes if followed by drive specifier.
92 This hack is necessary to support file URLs containing drive
159 the current drive. */
233 /* Drop prefix when child is drive-relative */
291 protected native String getDriveDirectory(int drive); argument
301 private String getDriveDirectory(char drive) { argument
302 int i = driveIndex(drive);
342 char drive
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c468 jint drive)
471 char *p = _getdcwd(drive, buf, sizeof(buf));
467 Java_java_io_Win32FileSystem_getDriveDirectory(JNIEnv *env, jclass ignored, jint drive) argument
H A DWinNTFileSystem_md.c828 jint drive)
831 jchar *p = currentDir(drive);
827 Java_java_io_WinNTFileSystem_getDriveDirectory(JNIEnv *env, jobject this, jint drive) argument

Completed in 52 milliseconds