Home
last modified time | relevance | path

Searched defs:VmRequest (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/vm_control/src/sys/
H A Dwindows.rs32 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request()
72 pub fn handle_request_with_timeout<T: AsRef<Path> + std::fmt::Debug>( in handle_request_with_timeout()
H A Dlinux.rs38 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request()
45 pub fn handle_request_with_timeout<T: AsRef<Path> + std::fmt::Debug>( in handle_request_with_timeout()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dclient.rs63 pub fn vms_request<T: AsRef<Path> + std::fmt::Debug>( in vms_request()
H A Dlib.rs1488 pub enum VmRequest { enum
1812 impl VmRequest { implementation
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dgeneric.rs205 ) -> Option<VmRunMode> in handle_received_token()
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dgdb.rs109 VmRequest(TubeError), enumerator
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs2999 request: VmRequest, in process_vm_request()