Searched refs:permissions (Results 101 - 125 of 435) sorted by relevance

1234567891011>>

/external/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h7 * order for one or more permissions to be granted.
66 sepol_access_vector_t permissions; /* constrained permissions */ member in struct:constraint_node
67 constraint_expr_t *expr; /* constraint on permissions */
/external/lldb/source/Target/
H A DMemory.cpp210 uint32_t permissions,
214 m_permissions (permissions),
384 uint32_t permissions,
393 addr_t addr = m_process.DoAllocateMemory(page_byte_size, permissions, error);
398 log->Printf ("Process::DoAllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64,
400 GetPermissionsAsCString(permissions),
406 block_sp.reset (new AllocatedBlock (addr, page_byte_size, permissions, chunk_size));
407 m_memory_map.insert (std::make_pair (permissions, block_sp));
414 uint32_t permissions,
420 std::pair<PermissionsToBlockMap::iterator, PermissionsToBlockMap::iterator> range = m_memory_map.equal_range (permissions);
208 AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, uint32_t permissions, uint32_t chunk_size) argument
383 AllocatePage(uint32_t byte_size, uint32_t permissions, uint32_t chunk_size, Error &error) argument
413 AllocateMemory(size_t byte_size, uint32_t permissions, Error &error) argument
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
58 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
59 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
57 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
58 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
57 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
58 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
57 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
58 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
57 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
58 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
58 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
59 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java13 * See the License for the specific language governing permissions and
58 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT;
59 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
/external/vboot_reference/utility/
H A Dchromeos-tpm-recovery147 # define_space <index> <size> <permissions>
152 local permissions=$3
178 $tpmc definespace $index $size $permissions
183 local permissions=$2
213 # If space exists but permissions are bad, delete the space.
214 if [ $space_exists -eq 1 -a $observed_permissions != $permissions ]; then
215 log "space $index has unexpected permissions $permissions"
223 if ! define_space $index $size $permissions; then
/external/eigen/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/eyes-free/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/jmdns/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/jsilver/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/linux-tools-perf/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/lldb/include/lldb/Expression/
H A DIRMemoryMap.h52 lldb::addr_t Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy, Error &error);
85 uint32_t m_permissions; ///< The access permissions on the memory in the process. In the host, the memory is always read/write.
96 uint32_t permissions,
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DCdupCommandHandlerTest.groovy13 * See the License for the specific language governing permissions and
54 dir.permissions = new Permissions('rw-rw-rw-')

Completed in 945 milliseconds

1234567891011>>