Searched defs:who (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclEntry.java43 * "who" component, is a {@link UserPrincipal} corresponding to the identity
67 private final UserPrincipal who; field in class:AclEntry
76 UserPrincipal who,
81 this.who = who;
100 private UserPrincipal who; field in class:AclEntry.Builder
105 UserPrincipal who,
111 this.who = who;
118 * The type and who component
75 AclEntry(AclEntryType type, UserPrincipal who, Set<AclEntryPermission> perms, Set<AclEntryFlag> flags) argument
104 Builder(AclEntryType type, UserPrincipal who, Set<AclEntryPermission> perms, Set<AclEntryFlag> flags) argument
151 setPrincipal(UserPrincipal who) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c233 png_const_charp who = "-"; local
239 who = "end";
252 who = "text";
260 who = "IDAT";
277 pos = png_safecat(msg, sizeof msg, pos, who);

Completed in 882 milliseconds