Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dvtpm_proxy.rs64 fn try_execute_command(&mut self, command: &[u8]) -> anyhow::Result<(), Error> { in try_execute_command() method
99 match self.try_execute_command(command) { in execute_command()