/system/core/libbacktrace/ |
D | map_info.c | 38 char permissions[4]; in parse_vmmap_line() local 41 &start, &end, permissions, &name_pos) != 3) { in parse_vmmap_line() 52 mi->is_readable = permissions[0] == 'r'; in parse_vmmap_line() 53 mi->is_writable = permissions[1] == 'w'; in parse_vmmap_line() 54 mi->is_executable = permissions[2] == 'x'; in parse_vmmap_line() 99 char permissions[5]; in parse_maps_line() local 102 permissions, &name_pos) != 3) { in parse_maps_line() 119 mi->is_readable = strlen(permissions) == 4 && permissions[0] == 'r'; in parse_maps_line() 120 mi->is_writable = strlen(permissions) == 4 && permissions[1] == 'w'; in parse_maps_line() 121 mi->is_executable = strlen(permissions) == 4 && permissions[2] == 'x'; in parse_maps_line()
|
D | BacktraceMap.cpp | 51 char permissions[5]; local 60 &start, &end, permissions, &name_pos) != 3) { 67 &start, &end, permissions, &name_pos) != 3) { 75 if (permissions[0] == 'r') { 78 if (permissions[1] == 'w') { 81 if (permissions[2] == 'x') {
|
/system/extras/ext4_utils/ |
D | key_control.cpp | 40 long keyctl_setperm(key_serial_t id, int permissions) in keyctl_setperm() argument 42 return keyctl(KEYCTL_SETPERM, id, permissions); in keyctl_setperm()
|
D | key_control.h | 26 long keyctl_setperm(key_serial_t id, int permissions);
|
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 98 uint16_t permissions; member 463 p_cb->permissions, p_cb->properties); in btgatts_handle_event() 472 BTA_GATTS_AddCharDescriptor(p_cb->srvc_handle, p_cb->permissions, in btgatts_handle_event() 588 int permissions) in btif_gatts_add_characteristic() argument 595 btif_cb.permissions = (uint16_t) permissions; in btif_gatts_add_characteristic() 602 int permissions) in btif_gatts_add_descriptor() argument 608 btif_cb.permissions = (uint16_t) permissions; in btif_gatts_add_descriptor()
|
/system/media/camera/docs/ |
D | CaptureResultKeys.mako | 14 ## See the License for the specific language governing permissions and
|
D | CaptureRequestKeys.mako | 14 ## See the License for the specific language governing permissions and
|
D | CameraCharacteristicsKeys.mako | 14 ## See the License for the specific language governing permissions and
|
D | CaptureResultTest.mako | 14 ## See the License for the specific language governing permissions and
|
D | camera_metadata_tag_info.mako | 14 * See the License for the specific language governing permissions and
|
D | CameraMetadataEnums.mako | 14 ## See the License for the specific language governing permissions and
|
D | camera_metadata_tags.mako | 14 * See the License for the specific language governing permissions and
|
/system/core/rootdir/ |
D | init.rc | 71 # Storage views to support runtime permissions 158 # to be used only by init, so don't change system-bg permissions 163 # change permissions for all cpusets we'll touch at runtime 260 # permissions if created by the recovery system. 263 #change permissions on vmallocinfo so we can grab it from bugreports 270 #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks 281 # create the lost+found directories, so as to enforce our permissions 311 # Fix the access permissions and group ownership for 'bt_config.conf' 349 # create dalvik-cache, so as to enforce our permissions 358 # create the lost+found directories, so as to enforce our permissions
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 15 * See the License for the specific language governing permissions and
|
/system/extras/ksmutils/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/core/init/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/showslab/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/libpagemap/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/core/logcat/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/timeinfo/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/tests/cpueater/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/su/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/procmem/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|
/system/extras/librank/ |
D | NOTICE | 10 See the License for the specific language governing permissions and 37 exercising permissions granted by this License. 164 risks associated with Your exercise of permissions under this License.
|