Home
last modified time | relevance | path

Searched refs:vtpmx (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/commands/vtpm_manager/
Dmain.cpp122 auto vtpmx = cuttlefish::SharedFD::Open("/dev/vtpmx", O_RDWR | O_CLOEXEC); in main() local
123 CHECK(vtpmx->IsOpen()) << vtpmx->StrError(); in main()
128 CHECK(vtpmx->Ioctl(VTPM_PROXY_IOC_NEW_DEV, &vtpm_creation) == 0) << vtpmx->StrError(); in main()
/device/google/cuttlefish/shared/sepolicy/vendor/
Dfile_contexts52 /dev/vtpmx u:object_r:vtpm_creation_device:s0