Searched defs:VmContext (Results 1 – 2 of 2) sorted by relevance
317 pub struct VmContext { struct319 global_context: Strong<dyn IGlobalVmContext>, argument324 impl VmContext { implementation326 pub fn new(global_context: Strong<dyn IGlobalVmContext>, vm_server: RpcServer) -> VmContext { in new()386 vm_context: VmContext, in new()
352 ) -> binder::Result<(VmContext, Cid, PathBuf)> { in create_vm_context()