Searched defs:isOtherExecutable (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DFilePermission.java553 public boolean isOtherExecutable() method in class:FilePermission
846 if (p.isOwnerExecutable() && (! p.isOtherExecutable()))
881 (p.isOwnerExecutable() != p.isOtherExecutable());
1012 if (p.isOtherExecutable())
1175 buffer.append(p.isOtherExecutable() ? "x" : "-");
/forgerock/opendj2/src/server/org/opends/server/types/
H A DFilePermission.java552 public boolean isOtherExecutable() method in class:FilePermission
845 if (p.isOwnerExecutable() && (! p.isOtherExecutable()))
880 (p.isOwnerExecutable() != p.isOtherExecutable());
1011 if (p.isOtherExecutable())
1174 buffer.append(p.isOtherExecutable() ? "x" : "-");
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DFilePermission.java553 public boolean isOtherExecutable() method in class:FilePermission
846 if (p.isOwnerExecutable() && (! p.isOtherExecutable()))
881 (p.isOwnerExecutable() != p.isOtherExecutable());
1012 if (p.isOtherExecutable())
1175 buffer.append(p.isOtherExecutable() ? "x" : "-");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DFilePermission.java553 public boolean isOtherExecutable() method in class:FilePermission
846 if (p.isOwnerExecutable() && (! p.isOtherExecutable()))
881 (p.isOwnerExecutable() != p.isOtherExecutable());
1012 if (p.isOtherExecutable())
1175 buffer.append(p.isOtherExecutable() ? "x" : "-");
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DFilePermission.java552 public boolean isOtherExecutable() method in class:FilePermission
845 if (p.isOwnerExecutable() && (! p.isOtherExecutable()))
880 (p.isOwnerExecutable() != p.isOtherExecutable());
1011 if (p.isOtherExecutable())
1174 buffer.append(p.isOtherExecutable() ? "x" : "-");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DFilePermission.java386 public boolean isOtherExecutable() method in class:FilePermission
553 if (p.isOtherExecutable())
712 buffer.append(p.isOtherExecutable() ? "x" : "-");

Completed in 39 milliseconds