Searched refs:assign (Results 1 – 25 of 69) sorted by relevance
123
/system/sepolicy/prebuilts/api/27.0/private/ |
D | attributes | 3 # from domain and assign them to the domain_deprecated attribute. 5 # domains. The goal is to not assign domain_deprecated to new domains
|
D | untrusted_app.te | 15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | attributes | 3 # from domain and assign them to the domain_deprecated attribute. 5 # domains. The goal is to not assign domain_deprecated to new domains
|
D | untrusted_app.te | 15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/core/healthd/ |
D | AnimationParser.cpp | 77 field->font_file.assign(&in[start], end - start); in parse_text_field() 105 anim->animation_file.assign(&rest[start], end - start); in parse_animation_desc() 108 anim->fail_file.assign(rest); in parse_animation_desc()
|
/system/core/base/ |
D | file.cpp | 375 result->assign(&buf[0], size); in Readlink() 397 result->assign(realpath_buf); in Realpath() 453 result.assign(name); in Basename() 478 result.assign(parent); in Dirname()
|
/system/libufdt/utils/ |
D | README.md | 76 `entryX_options` are the values to assign to `dt_table_entry`. These values 96 the DTB/DTBO file and assign into relative property in `dt_table_entry`. 101 use `global_option` `--page_size=<number>` to assign a different value.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | untrusted_app.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
D | untrusted_app_25.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | untrusted_app_25.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
D | untrusted_app.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | untrusted_app.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | untrusted_app.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/public/ |
D | untrusted_app.te | 14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_app_27.te | 18 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
D | untrusted_app.te | 15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
D | untrusted_app_25.te | 17 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app.te | 15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/sepolicy/private/ |
D | untrusted_app.te | 15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
D | untrusted_app_27.te | 18 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
|
/system/vold/ |
D | Keymaster.cpp | 79 if (output) output->assign(reinterpret_cast<const char*>(&_output[0]), _output.size()); in finish() 126 if (key) key->assign(reinterpret_cast<const char*>(&keyBlob[0]), keyBlob.size()); in generateKey() 163 newKey->assign(reinterpret_cast<const char*>(&upgradedKeyBlob[0]), in upgradeKey()
|
/system/core/logd/ |
D | LogAudit.cpp | 147 bug_num->assign(""); in auditParse() 163 bug_num->assign(" b/" + search->second); in auditParse() 165 bug_num->assign(""); in auditParse()
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 205 leftover_.assign(len % block_size_, 0); in Update() 207 leftover_.assign(data + len - len % block_size_, data + len); in Update()
|
/system/core/adb/ |
D | types_test.cpp | 36 copy->assign(block->begin(), block->end()); in copy_block()
|
/system/connectivity/wificond/scanning/offload/ |
D | offload_scan_utils.cpp | 43 single_scan_result.ssid.assign(scan_result[i].networkInfo.ssid.begin(), in convertToNativeScanResults()
|
123