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

/openjdk7/jdk/test/java/lang/Appendable/
H A DBasic.java56 private static File newFile() { method in class:Basic
66 private static File gf = newFile();
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DSignatureFile.java115 private SignatureFile(String name, boolean newFile) argument
120 if (newFile) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDirectoryModel.java149 * @param newFile a <code>File</code> object representing
155 public boolean renameFile(File oldFile, File newFile) { argument
157 if (oldFile.renameTo(newFile)) {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java907 static void CreateHardLink(String newFile, String existingFile) argument
910 NativeBuffer newFileBuffer = asNativeBuffer(newFile);
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1088 LPCWSTR newFile = jlong_to_ptr(newFileAddress); local
1091 if (CreateHardLinkW(newFile, existingFile, NULL) == 0)

Completed in 54 milliseconds