Home
last modified time | relevance | path

Searched refs:tpm_device (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DAndroid.bp96 name: "tpm_device.policy_at_x86_64",
97 src: "etc/seccomp/tpm_device.policy",
98 filename: "tpm_device.policy",
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DAndroid.bp96 name: "tpm_device.policy_at_aarch64",
97 src: "etc/seccomp/tpm_device.policy",
98 filename: "tpm_device.policy",
/device/google/cuttlefish/
Dhost_package.mk149 tpm_device.policy \
170 tpm_device.policy \
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h169 void set_tpm_device(const std::string& tpm_device);
170 std::string tpm_device() const;
Dcuttlefish_config.cpp383 std::string CuttlefishConfig::tpm_device() const { in tpm_device() function in cuttlefish::CuttlefishConfig
387 void CuttlefishConfig::set_tpm_device(const std::string& tpm_device) { in set_tpm_device() argument
388 (*dictionary_)[kTpmDevice] = tpm_device; in set_tpm_device()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc480 tpm_command.AddParameter("-device=", config.tpm_device()); in LaunchTpmPassthrough()
488 if (config.tpm_device() != "") { in LaunchTpm()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc218 DEFINE_string(tpm_device, "", "A host TPM device to pass through commands to.");