Searched refs:permissions (Results 251 - 275 of 435) sorted by relevance

<<1112131415161718

/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
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
67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTestCase.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.3/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
67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTestCase.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.4/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
67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTestCase.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/mockftpserver/tags/2.5/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
67 fileSystem.getEntry(FILE).permissions = new Permissions('-wx-wx-wx')
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntryTestCase.groovy13 * See the License for the specific language governing permissions and
73 assert entry.permissions == new Permissions(PERM)
/external/nanopb-c/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/netperf/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/nist-pkits/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/replicaisland/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/roboto-fonts/
H A Dfonts.mk12 # See the License for the specific language governing permissions and
/external/safe-iop/testsuite/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/selinux/libsepol/src/
H A Davrule_block.c189 perm = hashtab_search(cladatum->permissions.table, perm_id);
194 hashtab_search(cladatum->comdatum->permissions.table,

Completed in 333 milliseconds

<<1112131415161718