Home
last modified time | relevance | path

Searched refs:ClosedDirectoryStreamException (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DClosedDirectoryStreamException.java35 public class ClosedDirectoryStreamException class
43 public ClosedDirectoryStreamException() { in ClosedDirectoryStreamException() method in ClosedDirectoryStreamException
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixSecureDirectoryStream.java116 throw new ClosedDirectoryStreamException(); in newDirectoryStream()
164 throw new ClosedDirectoryStreamException(); in newByteChannel()
194 throw new ClosedDirectoryStreamException(); in implDelete()
263 throw new ClosedDirectoryStreamException(); in move()
368 throw new ClosedDirectoryStreamException(); in readAttributes()
405 throw new ClosedDirectoryStreamException(); in setTimes()
476 throw new ClosedDirectoryStreamException(); in readAttributes()
502 throw new ClosedDirectoryStreamException(); in setPermissions()
525 throw new ClosedDirectoryStreamException(); in setOwners()
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultSecureDirectoryStreamTest.java28 import java.nio.file.ClosedDirectoryStreamException;
197 } catch (ClosedDirectoryStreamException expected) {} in test_newDirectoryStream_Exception()
242 } catch (ClosedDirectoryStreamException expected) {} in test_newByteChannel()
295 } catch (ClosedDirectoryStreamException expected) {} in test_deleteFile()
337 } catch (ClosedDirectoryStreamException expected) {} in test_deleteDirectory()
392 } catch (ClosedDirectoryStreamException expected) {} in test_move()
418 } catch (ClosedDirectoryStreamException expected) {} in test_getFileAttributeView()
467 } catch (ClosedDirectoryStreamException expected) {} in test_getFileAttributeView_Path()
/libcore/
Dopenjdk_java_files.mk443 ojluni/src/main/java/java/nio/file/ClosedDirectoryStreamException.java \