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

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 66 static final int S_IAMB = get_S_IAMB();
144 // S_IAMB are access mode bits, therefore, calculated by taking OR of all the read, write and
UnixFileAttributes.java 217 int bits = (st_mode & UnixConstants.S_IAMB);

Completed in 105 milliseconds