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

/openjdk7/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java33 static void install(File inOutClassFile, File attrFile) throws IOException { argument
34 File tmpFile = new File(inOutClassFile.getPath() + "tmp");
35 new InstallSDE(inOutClassFile, attrFile, tmpFile);
36 if (!inOutClassFile.delete()) {
37 throw new IOException("inOutClassFile.delete() failed");
39 if (!tmpFile.renameTo(inOutClassFile)) {
40 throw new IOException("tmpFile.renameTo(inOutClassFile) failed");

Completed in 801 milliseconds