Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 48) sorted by relevance

12

/system/core/libbacktrace/
Dmap_info.c38 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()
DBacktraceMap.cpp51 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/
Dkey_control.cpp40 long keyctl_setperm(key_serial_t id, int permissions) in keyctl_setperm() argument
42 return keyctl(KEYCTL_SETPERM, id, permissions); in keyctl_setperm()
Dkey_control.h26 long keyctl_setperm(key_serial_t id, int permissions);
DNOTICE10 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/
Dbtif_gatt_server.c98 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/
DCaptureResultKeys.mako14 ## See the License for the specific language governing permissions and
DCaptureRequestKeys.mako14 ## See the License for the specific language governing permissions and
DCameraCharacteristicsKeys.mako14 ## See the License for the specific language governing permissions and
DCaptureResultTest.mako14 ## See the License for the specific language governing permissions and
Dcamera_metadata_tag_info.mako14 * See the License for the specific language governing permissions and
DCameraMetadataEnums.mako14 ## See the License for the specific language governing permissions and
Dcamera_metadata_tags.mako14 * See the License for the specific language governing permissions and
/system/core/rootdir/
Dinit.rc71 # 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/
Dreadsamplesjoint.inc15 * See the License for the specific language governing permissions and
/system/extras/ksmutils/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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/
DNOTICE10 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.

12