Home | History | Annotate | Download | only in fs

Lines Matching refs:UnixFileAttributes

206                 UnixFileAttributes attrs = null;
208 attrs = UnixFileAttributes.get(dfd, file, false);
384 UnixFileAttributes attrs = (file == null) ?
385 UnixFileAttributes.get(dfd) :
386 UnixFileAttributes.get(dfd, file, followLinks);
417 UnixFileAttributes attrs = UnixFileAttributes.get(fd);
484 UnixFileAttributes attrs = (file == null) ?
485 UnixFileAttributes.get(dfd) :
486 UnixFileAttributes.get(dfd, file, followLinks);