Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java60 String errorString() { in errorString() method in UnixException
70 return errorString(); in getMessage()
91 return new FileSystemException(file, other, errorString()); in translateToIOException()
DLinuxWatchService.java66 x.errorString(); in LinuxWatchService()
79 throw new IOException(x.errorString()); in LinuxWatchService()
212 throw new IOException(x.errorString()); in wakeup()
DUnixUserPrincipals.java148 throw new IOException(name + ": " + x.errorString()); in lookupName()
DUnixDirectoryStream.java101 throw new IOException(x.errorString()); in closeImpl()
DUnixSecureDirectoryStream.java274 from.toString(), to.toString(), x.errorString()); in move()
DUnixCopyFile.java394 x.errorString()); in move()
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java207 String errorString = readAsString(process.getErrorStream()); in testRedirectPipe_error() local
209 assertTrue("Unexpected output: " + errorString, in testRedirectPipe_error()
210 errorString.contains(missingFilePath) && !errorString.equals(missingFilePath)); in testRedirectPipe_error()