Searched refs:permissions (Results 26 - 50 of 435) sorted by relevance

1234567891011>>

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
205 Permissions permissions = entry.getPermissions();
206 if (permissions == null) {
211 return permissions.canUserRead();
214 return permissions.canGroupRead();
216 return permissions.canWorldRead();
226 Permissions permissions = entry.getPermissions();
227 if (permissions == null) {
232 return permissions.canUserWrite();
235 return permissions
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java13 * See the License for the specific language governing permissions and
26 * directory, list of groups to which this user belongs, and default permissions applied to
37 * The default value for <code>defaultPermissionsForNewFile</code> is read and write permissions for
39 * write and execute permissions for all (user/group/world).
214 Permissions permissions = entry.getPermissions();
215 if (permissions == null) {
220 return permissions.canUserRead();
223 return permissions.canGroupRead();
225 return permissions.canWorldRead();
235 Permissions permissions
[all...]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy13 * See the License for the specific language governing permissions and
33 entry.permissions = PERMISSIONS
41 assert clone.permissions == PERMISSIONS
/external/lldb/source/Core/
H A DState.cpp44 lldb_private::GetPermissionsAsCString (uint32_t permissions) argument
46 switch (permissions)

Completed in 5232 milliseconds

1234567891011>>