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

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixUserPrincipals.java 37 private static User createSpecial(String name) { return new User(-1, name); }
39 static final User SPECIAL_OWNER = createSpecial("OWNER@");
40 static final User SPECIAL_GROUP = createSpecial("GROUP@");
41 static final User SPECIAL_EVERYONE = createSpecial("EVERYONE@");
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 176 milliseconds