Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 100) sorted by relevance

1234

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp188 auto clone = bcc_.clone(); in BuildProtectedDataPayload() local
189 if (!clone->asArray()) { in BuildProtectedDataPayload()
192 bcc = std::move(*clone->asArray()); in BuildProtectedDataPayload()
250 .add(std::move(*bcc_.clone()->asArray()) /* DiceCertChain */) in BuildCsr()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dtests.rs51 let add_rhs = add.clone() + "<i32>"; in probe_add()
52 let add_rhs_output = add.clone() + "<i32, Output = i32>"; in probe_add()
65 let as_ref_str = as_ref.clone() + "<str>"; in probe_as_ref()
85 let sum_i32 = sum.clone() + "<i32>"; in probe_sum()
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs124 let km_service = kmr_hal::keymint::Device::new_as_binder(channel.clone()); in inner_main()
130 let rpc_service = kmr_hal::rpc::Device::new_as_binder(channel.clone()); in inner_main()
136 let clock_service = kmr_hal::secureclock::Device::new_as_binder(channel.clone()); in inner_main()
142 let secret_service = kmr_hal::sharedsecret::Device::new_as_binder(channel.clone()); in inner_main()
/device/google/cuttlefish/host/commands/secure_env/rust/
Dsdd.rs97 factory_reset_secret: self.data.factory_secret.clone().try_into().unwrap(), in get_factory_reset_secret()
155 factory_reset_secret: self.data.factory_secret.clone().try_into().unwrap(), in get_secret()
156 secure_deletion_secret: secret.clone().try_into().unwrap(), in get_secret()
/device/generic/car/tools/
Dgit_clone_projects.sh42 git clone "$GIT_REPO_URL/$PROJECT_PATH"
44 git clone -b $BRANCH "$GIT_REPO_URL/$PROJECT_PATH"
/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs163 let status_clone = status.clone(); in new()
235 let status_death_recipient = self.status.clone(); in open()
247 NfcSession::Opened(NfcClient { callback: callback.clone(), death_recipient }); in open()
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Djail_warden.policy22 clone: 1
95 # clone: 1
Dcommon_device.policy8 clone: arg0 & CLONE_THREAD
Dcoiommu.policy7 clone: arg0 & CLONE_THREAD
Dcras_snd_device.policy8 clone: arg0 & CLONE_THREAD
Dswap_monitor.policy8 clone: arg0 & CLONE_THREAD
Dvvu_proxy_device.policy11 clone: arg0 & CLONE_THREAD
/device/google/coral/json-c/
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
103 git clone -b gh-pages https://github.com/json-c/json-c json-c-pages
DREADME.md27 $ git clone https://github.com/json-c/json-c.git
/device/google/redbull/json-c/
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
103 git clone -b gh-pages https://github.com/json-c/json-c json-c-pages
/device/google/sunfish/json-c/
DRELEASE_CHECKLIST.txt5 git clone https://github.com/json-c/json-c json-c-${release}
103 git clone -b gh-pages https://github.com/json-c/json-c json-c-pages
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/
Dbuild_cf_packages_native.sh3 git clone https://github.com/google/android-cuttlefish.git
Dbuild_cf_packages.sh20 git clone https://github.com/google/android-cuttlefish.git
/device/amlogic/yukawa/binaries/gpu/
DREADME17 git clone ssh://android@10.8.9.5/platform/hardware/gpu/mali/ddk -b aml-64bit-r5p1
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dcommon_device.policy7 clone: arg0 & CLONE_THREAD
Dcras_snd_device.policy8 clone: arg0 & CLONE_THREAD
Dswap_monitor.policy8 clone: arg0 & CLONE_THREAD
Dxhci.policy6 clone: arg0 & CLONE_THREAD
Dtpm_device.policy11 clone: arg0 & CLONE_THREAD
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/preseed/
Dafter_install_1.sh38 git clone https://github.com/matthuisman/gdrivedl.git

1234