Searched defs:VmContext (Results 1 – 2 of 2) sorted by relevance
223 pub struct VmContext { struct225 global_context: Strong<dyn IGlobalVmContext>, argument230 impl VmContext { impl232 pub fn new(global_context: Strong<dyn IGlobalVmContext>, vm_server: RpcServer) -> VmContext { in new()292 vm_context: VmContext, in new()
265 ) -> binder::Result<(VmContext, Cid, PathBuf)> { in create_vm_context()