Searched refs:permissions (Results 226 - 250 of 435) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
80 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
80 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
81 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
81 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
H A DNlstCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
81 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
H A DRnfrCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
66 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTest.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
67 dir.permissions = new Permissions('rw-rw-rw-')
H A DDeleCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')

Completed in 208 milliseconds

1234567891011>>