/system/tools/hidl/ |
D | update-makefiles-helper.sh | 88 local owner= 90 owner="$2" 107 local owner="$1" 111 hidl-gen -O "$owner" -Landroidbp $root_arguments $package || { 112 echo "Command failed: hidl-gen -O \"$owner\" -Landroidbp $root_arguments $package"; 120 bash -c "__update_internal \"$owner\" \"$root_arguments\" \"{}\"" || return 1
|
/system/security/keystore2/src/ |
D | audit_log.rs | 62 let owner = key_owner(key.domain, key.nspace, key.nspace as i32); in log_key_integrity_violation() localVariable 63 ctx.append_str(key.alias.as_ref().map_or("none", String::as_str)).append_i32(owner) in log_key_integrity_violation() 69 let owner = key_owner(key.domain, key.nspace, calling_app as i32); in log_key_event() localVariable 72 .append_i32(owner) in log_key_event()
|
D | operation.rs | 176 owner: u32, // Uid of the operation's owner. field 205 owner: u32, field 218 owner: u32, in new() 228 owner, in new() 255 owner: self.owner, in get_pruning_info() 517 owner: u32, in create_operation() 536 owner, in create_operation() 548 owner, in create_operation() 652 let owner = p_info.owner; in prune() localVariable 655 *owners.entry(owner).or_insert(0) += 1; in prune() [all …]
|
/system/tools/hidl/test/vendor/android/1.0/ |
D | Android.bp | 14 owner: "some-owner-name",
|
/system/tools/hidl/test/vendor/1.0/ |
D | Android.bp | 12 owner: "some-owner-name",
|
/system/tools/hidl/test/vendor/1.1/ |
D | Android.bp | 14 owner: "some-owner-name",
|
/system/update_engine/update_manager/ |
D | real_device_policy_provider.cc | 204 string owner; in ConvertHasOwner() local 205 if (!policy_provider_->GetDevicePolicy().GetOwner(&owner)) { in ConvertHasOwner() 208 *has_owner = !owner.empty(); in ConvertHasOwner()
|
/system/bt/service/ipc/binder/ |
D | remote_callback_list.h | 73 RemoteCallbackList* owner); 181 const sp<T>& callback, RemoteCallbackList<T>* owner) in CallbackDeathRecipient() argument 182 : callback_(callback), owner_(owner) { in CallbackDeathRecipient()
|
D | remote_callback_map.h | 85 RemoteCallbackMap<K, V>* owner, Delegate* delegate); 217 const K& key, const sp<V>& callback, RemoteCallbackMap<K, V>* owner, in CallbackDeathRecipient() argument 219 : key_(key), callback_(callback), owner_(owner), delegate_(delegate) { in CallbackDeathRecipient()
|
/system/tools/sysprop/ |
D | ApiChecker.cpp | 105 if (latest.owner() != current.owner()) { in CompareProps()
|
/system/sepolicy/private/ |
D | attributes | 10 # property owner attributes must be exclusive.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | attributes | 10 # property owner attributes must be exclusive.
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 466 std::optional<std::string> owner; in tombstone_proto_to_text() local 467 if (!fd.owner().empty()) { in tombstone_proto_to_text() 468 owner = StringPrintf("owned by %s 0x%" PRIx64, fd.owner().c_str(), fd.tag()); in tombstone_proto_to_text() 471 CBS(" fd %d: %s (%s)", fd.fd(), fd.path().c_str(), owner ? owner->c_str() : "unowned"); in tombstone_proto_to_text()
|
/system/core/healthd/ |
D | charger.sysprop | 1 owner: Platform
|
/system/core/rootdir/ |
D | asan_extract.sh | 74 bzip2 -c -d $SRC | tar -x -f - --no-same-owner -C / || exit 1
|
/system/libsysprop/srcs/android/sysprop/ |
D | TraceProperties.sysprop | 15 owner: Platform
|
D | AdbProperties.sysprop | 15 owner: Platform
|
D | ApkVerityProperties.sysprop | 15 owner: Platform
|
D | DeviceProperties.sysprop | 16 owner: Odm
|
D | NetworkProperties.sysprop | 16 owner: Platform
|
D | WifiProperties.sysprop | 15 owner: Platform
|
D | VoldProperties.sysprop | 16 owner: Platform
|
D | VndkProperties.sysprop | 16 owner: Platform
|
D | CryptoProperties.sysprop | 15 owner: Platform
|
/system/incremental_delivery/sysprop/ |
D | IncrementalProperties.sysprop | 15 owner: Platform
|