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.java121 throw new ClosedDirectoryStreamException(); in newDirectoryStream()
169 throw new ClosedDirectoryStreamException(); in newByteChannel()
199 throw new ClosedDirectoryStreamException(); in implDelete()
268 throw new ClosedDirectoryStreamException(); in move()
373 throw new ClosedDirectoryStreamException(); in readAttributes()
410 throw new ClosedDirectoryStreamException(); in setTimes()
481 throw new ClosedDirectoryStreamException(); in readAttributes()
507 throw new ClosedDirectoryStreamException(); in setPermissions()
530 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.bp447 "ojluni/src/main/java/java/nio/file/ClosedDirectoryStreamException.java",