Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DFileOwnerAttributeViewImpl.java43 private final boolean isPosixView; field in FileOwnerAttributeViewImpl
47 this.isPosixView = true; in FileOwnerAttributeViewImpl()
52 this.isPosixView = false; in FileOwnerAttributeViewImpl()
88 if (isPosixView) { in getOwner()
99 if (isPosixView) { in setOwner()