Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs53 fn start_helper( in start_helper() method
100 self.start_helper(fail_handle, event_loop, hub) in start()
/external/openssh/
Dssh-sk-client.c47 start_helper(int *fdp, pid_t *pidp, void (**osigchldp)(int)) in start_helper() function
151 if ((r = start_helper(&fd, &pid, &osigchld)) != 0) in client_converse()