Searched refs:updatable (Results 1 – 25 of 28) sorted by relevance
12
/system/bt/apex/ |
D | Android.bp | 2 name: "com.android.bluetooth.updatable", 14 key: "com.android.bluetooth.updatable.key", 15 certificate: ":com.android.bluetooth.updatable.certificate", 19 name: "com.android.bluetooth.updatable.key", 20 public_key: "com.android.bluetooth.updatable.avbpubkey", 21 private_key: "com.android.bluetooth.updatable.pem", 25 name: "com.android.bluetooth.updatable.certificate", 26 certificate: "com.android.bluetooth.updatable",
|
/system/netd/server/ |
D | netd.rc | 9 # b/121354779: netd itself is not updatable, but on startup it dlopen()s the resolver library 10 # from the DNS resolver APEX. Mark it as updatable so init won't start it until all APEX 12 updatable
|
D | Android.bp | 25 "com.android.bluetooth.updatable", 28 // this is part of updatable modules(NetworkStack) which targets 29(Q) 73 // This exists to ensure that all non-updatable code in the system server uses the same version. 88 "com.android.bluetooth.updatable",
|
/system/apex/apexd/sysprop/api/ |
D | com.android.sysprop.apex-current.txt | 4 api_name: "updatable" 6 prop_name: "ro.apex.updatable"
|
D | com.android.sysprop.apex-latest.txt | 4 api_name: "updatable" 6 prop_name: "ro.apex.updatable"
|
/system/apex/apexd/sysprop/ |
D | ApexProperties.sysprop | 19 api_name: "updatable" 23 prop_name: "ro.apex.updatable"
|
/system/bt/types/ |
D | Android.bp | 13 "com.android.bluetooth.updatable" 15 // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q)
|
/system/core/init/ |
D | mount_namespace.cpp | 81 static bool updatable = android::sysprop::ApexProperties::updatable().value_or(false); in IsApexUpdatable() local 82 return updatable; in IsApexUpdatable()
|
D | builtins.cpp | 181 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in do_class_start_post_data() 213 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in do_class_reset_post_data() 1239 static bool updatable = android::sysprop::ApexProperties::updatable().value_or(false); in IsApexUpdatable() local 1240 return updatable; in IsApexUpdatable()
|
D | service.cpp | 309 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in Reap()
|
D | README.md | 338 `updatable` 340 the boot sequence by APEXes. When a service with updatable option is started 342 is finished. A service that is not marked as updatable cannot be overridden by
|
/system/bt/gd/proto/ |
D | Android.bp | 40 "com.android.bluetooth.updatable",
|
/system/core/adb/apex/ |
D | Android.bp | 3 updatable: true,
|
/system/apex/apexd/ |
D | flattened_apex_test.cpp | 35 bool value = android::sysprop::ApexProperties::updatable().value_or(false); in TEST()
|
D | apexd_main.cpp | 113 if (!android::sysprop::ApexProperties::updatable().value_or(false)) { in main()
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 61 # we're not really updatable, but want to be able to load bpf programs shipped in apexes 62 updatable
|
/system/timezone/apex/ |
D | Android.bp | 18 updatable: true,
|
/system/libhwbinder/ |
D | Android.bp | 111 "com.android.bluetooth.updatable",
|
/system/libhidl/ |
D | Android.bp | 80 "com.android.bluetooth.updatable",
|
/system/apex/docs/ |
D | README.md | 450 1. Mark the service in the system partition as updatable. Add the option 451 `updatable` to the service definition. 460 updatable 479 If a service marked as updatable starts before the APEXs are activated, the 489 PRODUCT_PROPERTY_OVERRIDES += ro.apex.updatable=true 524 to support updatable APEX (explained above).
|
/system/update_engine/ |
D | update_metadata.proto | 307 // All updatable groups present in |partitions| of this DeltaArchiveManifest. 308 // - If an updatable group is on the device but not in the manifest, it is 311 // - If an updatable group is in the manifest but not on the device, the group
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 307 // All updatable groups present in |partitions| of this DeltaArchiveManifest. 308 // - If an updatable group is on the device but not in the manifest, it is 311 // - If an updatable group is in the manifest but not on the device, the group
|
/system/core/rootdir/ |
D | init.usb.rc | 19 updatable
|
/system/vold/ |
D | VolumeManager.cpp | 464 static bool apexUpdatable = android::sysprop::ApexProperties::updatable().value_or(false); in remountUid()
|
/system/sepolicy/private/ |
D | property_contexts | 295 dalvik.vm.dex2oat-updatable-bcp-packages-file u:object_r:dalvik_config_prop:s0 exact string 769 ro.apex.updatable u:object_r:exported_default_prop:s0 exact bool
|
12