HomeSort by relevance Sort by last modified time
    Searched defs:UnixFileAttributes (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileAttributes.java 37 class UnixFileAttributes
61 private UnixFileAttributes() {
64 // get the UnixFileAttributes for a given file
65 static UnixFileAttributes get(UnixPath path, boolean followLinks)
68 UnixFileAttributes attrs = new UnixFileAttributes();
77 // get the UnixFileAttributes for an open file
78 static UnixFileAttributes get(int fd) throws UnixException {
79 UnixFileAttributes attrs = new UnixFileAttributes();
    [all...]
UnixPath.java 855 UnixFileAttributes attrs = null;
857 attrs = UnixFileAttributes.get(result, false);
874 UnixFileAttributes.get(result, false);

Completed in 451 milliseconds