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

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractFileSystemProvider.java99 abstract boolean implDelete(Path file, boolean failIfNotExists) throws IOException; method in class:AbstractFileSystemProvider
103 implDelete(file, true);
108 return implDelete(file, false);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java169 private void implDelete(Path obj, boolean haveFlags, int flags) method in class:UnixSecureDirectoryStream
216 implDelete(file, true, 0);
221 implDelete(dir, true, AT_REMOVEDIR);
H A DUnixFileSystemProvider.java220 boolean implDelete(Path obj, boolean failIfNotExists) throws IOException { method in class:UnixFileSystemProvider
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java238 boolean implDelete(Path obj, boolean failIfNotExists) throws IOException { method in class:WindowsFileSystemProvider

Completed in 34 milliseconds