Searched refs:permissions (Results 76 - 100 of 435) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DMkdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DMkdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DMkdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DMkdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DMkdCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
47 assert dirEntry.permissions == PERMISSIONS
56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY
76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x')
82 fileSystem.getEntry(PARENT).permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
66 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
66 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
66 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
66 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
H A DUnixDirectoryListingFormatterTest.groovy13 * See the License for the specific language governing permissions and
53 owner: OWNER, group: GROUP, permissions: FILE_PERMISSIONS)
66 owner: OWNER, group: GROUP, permissions: DIR_PERMISSIONS)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy13 * See the License for the specific language governing permissions and
123 def permissions = new Permissions('-wxrwx---')
125 group: 'group', permissions: permissions)
134 assert entry.permissions == permissions
/external/lldb/include/lldb/Target/
H A DMemory.h85 uint32_t permissions,
166 uint32_t permissions,
177 uint32_t permissions,
/external/lldb/source/Host/common/
H A DFile.cpp73 File::File(const char *path, uint32_t options, uint32_t permissions) : argument
79 Open (path, options, permissions);
187 File::Open (const char *path, uint32_t options, uint32_t permissions) argument
226 if (permissions & ePermissionsUserRead) mode |= S_IRUSR;
227 if (permissions & ePermissionsUserWrite) mode |= S_IWUSR;
228 if (permissions & ePermissionsUserExecute) mode |= S_IXUSR;
229 if (permissions & ePermissionsGroupRead) mode |= S_IRGRP;
230 if (permissions & ePermissionsGroupWrite) mode |= S_IWGRP;
231 if (permissions & ePermissionsGroupExecute) mode |= S_IXGRP;
232 if (permissions
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties16 root.permissions.755=eclipse,*.so*
17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse

Completed in 837 milliseconds

1234567891011>>