Home
last modified time | relevance | path

Searched refs:updatable (Results 1 – 25 of 28) sorted by relevance

12

/system/bt/apex/
DAndroid.bp2 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/
Dnetd.rc9 # 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
DAndroid.bp25 "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/
Dcom.android.sysprop.apex-current.txt4 api_name: "updatable"
6 prop_name: "ro.apex.updatable"
Dcom.android.sysprop.apex-latest.txt4 api_name: "updatable"
6 prop_name: "ro.apex.updatable"
/system/apex/apexd/sysprop/
DApexProperties.sysprop19 api_name: "updatable"
23 prop_name: "ro.apex.updatable"
/system/bt/types/
DAndroid.bp13 "com.android.bluetooth.updatable"
15 // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q)
/system/core/init/
Dmount_namespace.cpp81 static bool updatable = android::sysprop::ApexProperties::updatable().value_or(false); in IsApexUpdatable() local
82 return updatable; in IsApexUpdatable()
Dbuiltins.cpp181 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()
Dservice.cpp309 static bool is_apex_updatable = android::sysprop::ApexProperties::updatable().value_or(false); in Reap()
DREADME.md338 `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/
DAndroid.bp40 "com.android.bluetooth.updatable",
/system/core/adb/apex/
DAndroid.bp3 updatable: true,
/system/apex/apexd/
Dflattened_apex_test.cpp35 bool value = android::sysprop::ApexProperties::updatable().value_or(false); in TEST()
Dapexd_main.cpp113 if (!android::sysprop::ApexProperties::updatable().value_or(false)) { in main()
/system/bpf/bpfloader/
Dbpfloader.rc61 # we're not really updatable, but want to be able to load bpf programs shipped in apexes
62 updatable
/system/timezone/apex/
DAndroid.bp18 updatable: true,
/system/libhwbinder/
DAndroid.bp111 "com.android.bluetooth.updatable",
/system/libhidl/
DAndroid.bp80 "com.android.bluetooth.updatable",
/system/apex/docs/
DREADME.md450 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/
Dupdate_metadata.proto307 // 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/
Dupdate_metadata.proto307 // 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/
Dinit.usb.rc19 updatable
/system/vold/
DVolumeManager.cpp464 static bool apexUpdatable = android::sysprop::ApexProperties::updatable().value_or(false); in remountUid()
/system/sepolicy/private/
Dproperty_contexts295 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