Searched refs:executable (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/io/ |
D | File.java | 1562 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable() argument 1570 return fs.setPermission(this, FileSystem.ACCESS_EXECUTE, executable, ownerOnly); in setExecutable() 1601 public boolean setExecutable(boolean executable) { in setExecutable() argument 1602 return setExecutable(executable, true); in setExecutable()
|
/libcore/ |
D | LICENSE | 129 Section 2) in object code or executable form under the terms of Sections 1 and 145 object code or executable form with such an offer, in accord with 149 modifications to it. For an executable work, complete source code means all 152 of the executable. However, as a special exception, the source code 155 of the operating system on which the executable runs, unless that component 156 itself accompanies the executable. 158 If distribution of executable or object code is made by offering access to copy 340 executable, regardless of the license terms of these independent modules, 341 and to copy and distribute the resulting executable under terms of your
|
/libcore/expectations/ |
D | icebox.txt | 80 description: "many tests attempt to fork a Java executable, but fork the wrong one",
|
/libcore/ojluni/ |
D | NOTICE | 415 Section 2) in object code or executable form under the terms of Sections 1 and 431 object code or executable form with such an offer, in accord with 435 modifications to it. For an executable work, complete source code means all 438 of the executable. However, as a special exception, the source code 441 of the operating system on which the executable runs, unless that component 442 itself accompanies the executable. 444 If distribution of executable or object code is made by offering access to copy 626 executable, regardless of the license terms of these independent modules, 627 and to copy and distribute the resulting executable under terms of your
|