Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 40) sorted by relevance

12

/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpDirEntry.java63 private boolean[][] permissions = null; field in FtpDirEntry
218 if (permissions != null) { in canRead()
219 return permissions[p.value][0]; in canRead()
231 if (permissions != null) { in canWrite()
232 return permissions[p.value][1]; in canWrite()
244 if (permissions != null) { in canExexcute()
245 return permissions[p.value][2]; in canExexcute()
261 public FtpDirEntry setPermissions(boolean[][] permissions) { in setPermissions() argument
262 this.permissions = permissions; in setPermissions()
/libcore/luni/src/test/java/libcore/java/nio/file/attribute/
DAclEntryTest.java49 Set<AclEntryPermission> permissions = aclEntry.permissions(); in testGetters() local
50 assertEquals(2, permissions.size()); in testGetters()
51 assertTrue(permissions.contains(AclEntryPermission.READ_DATA)); in testGetters()
52 assertTrue(permissions.contains(AclEntryPermission.READ_ATTRIBUTES)); in testGetters()
/libcore/ojluni/src/main/java/java/security/
DUnresolvedPermissionCollection.java163 Hashtable<String, Vector<UnresolvedPermission>> permissions = in writeObject() local
178 permissions.put(e.getKey(), vec); in writeObject()
184 pfields.put("permissions", permissions); in writeObject()
203 Hashtable<String, Vector<UnresolvedPermission>> permissions = in readObject() local
206 perms = new HashMap<String, List<UnresolvedPermission>>(permissions.size()*2); in readObject()
209 Set<Map.Entry<String, Vector<UnresolvedPermission>>> set = permissions.entrySet(); in readObject()
DProtectionDomain.java38 PermissionCollection permissions) { } in ProtectionDomain() argument
41 PermissionCollection permissions, in ProtectionDomain() argument
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DPosixFileAttributes.java74 Set<PosixFilePermission> permissions(); in permissions() method
/libcore/ojluni/src/main/java/java/security/acl/
DAclEntry.java139 public Enumeration<Permission> permissions(); in permissions() method
/libcore/ojluni/src/test/java/nio/file/attribute/
DPosixFileAttributeViewTest.java111 .permissions()); in createWithPermissions()
122 .permissions()); in createWithPermissions()
145 .permissions(); in permissionTests()
/libcore/metrictests/memory/apps/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/metrictests/memory/host/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/benchmarks/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/
Dknown_oj_tags.txt12 # See the License for the specific language governing permissions and
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/tools/upstream/
DAndroid.bp13 // See the License for the specific language governing permissions and
/libcore/expectations/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/harmony-tests/src/test/resources/resources/
Dtest.doc14 * See the License for the specific language governing permissions and
Dtest.rtf14 * See the License for the specific language governing permissions and
/libcore/luni/src/test/java9language/
Drewrite-test-for-jarjar.sed12 # See the License for the specific language governing permissions and
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/luni/src/test/filesystems/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/luni/src/test/annotations/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/luni/src/main/native/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/ojluni/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/luni/src/test/parameter_metadata/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/ojluni/src/main/native/
DAndroid.bp12 // See the License for the specific language governing permissions and
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTestHelper.smali13 # See the License for the specific language governing permissions and

12