Home
last modified time | relevance | path

Searched refs:FileAlreadyExistsException (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DFileAlreadyExistsExceptionTest.java22 import java.nio.file.FileAlreadyExistsException;
28 FileAlreadyExistsException exception = new FileAlreadyExistsException("file"); in test_constructor$String()
37 FileAlreadyExistsException exception = new FileAlreadyExistsException("file", "otherFile", in test_constructor$String$String$String()
80 FileAlreadyExistsException exception = (FileAlreadyExistsException) SerializationTester in test_serialization()
DDefaultFileSystemProviderTest.java33 import java.nio.file.FileAlreadyExistsException;
254 } catch (FileAlreadyExistsException expected) { in test_newOutputStream_openOption_CREATE_NEW()
415 } catch (FileAlreadyExistsException expected) { in test_createDirectory()
476 } catch (FileAlreadyExistsException expected) {} finally { in test_createSymbolicLink()
617 } catch (FileAlreadyExistsException expected) {} in test_copy()
640 } catch (FileAlreadyExistsException expected) {} in test_copy()
DFilesTest.java34 import java.nio.file.FileAlreadyExistsException;
137 } catch(FileAlreadyExistsException expected) {} in test_createFile()
167 } catch(FileAlreadyExistsException expected) {} in test_createFile$String$Attr()
DDefaultFileSystemProvider2Test.java32 import java.nio.file.FileAlreadyExistsException;
104 } catch (FileAlreadyExistsException expected) {} in test_move()
/libcore/ojluni/src/main/java/java/nio/file/
DFileAlreadyExistsException.java35 public class FileAlreadyExistsException class
46 public FileAlreadyExistsException(String file) { in FileAlreadyExistsException() method in FileAlreadyExistsException
60 public FileAlreadyExistsException(String file, String other, String reason) { in FileAlreadyExistsException() method in FileAlreadyExistsException
DCopyMoveHelper.java119 throw new FileAlreadyExistsException(target.toString()); in copyToForeignTarget()
DTempFileHelper.java145 } catch (FileAlreadyExistsException e) { in create()
DFiles.java729 } catch (FileAlreadyExistsException x) {
782 } catch (FileAlreadyExistsException x) {
3018 } catch (FileAlreadyExistsException x) {
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java94 return new FileAlreadyExistsException(file, other, null); in translateToIOException()
DUnixCopyFile.java428 throw new FileAlreadyExistsException( in move()
550 throw new FileAlreadyExistsException( in copy()
DUnixFileSystemProvider.java403 throw new FileAlreadyExistsException(dir.toString()); in createDirectory()
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java40 import java.nio.file.FileAlreadyExistsException;
463 } catch (FileAlreadyExistsException ix) { in openFiles()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java34 import java.nio.file.FileAlreadyExistsException;
86 } catch (FileAlreadyExistsException expected) { in testOpen_existing()
/libcore/
Dopenjdk_java_files.bp481 "ojluni/src/main/java/java/nio/file/FileAlreadyExistsException.java",
DEXPECTED_UPSTREAM470 …/java/nio/file/FileAlreadyExistsException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt7279 public class FileAlreadyExistsException extends java.nio.file.FileSystemException {
7280 ctor public FileAlreadyExistsException(String);
7281 ctor public FileAlreadyExistsException(String, String, String);