Home
last modified time | relevance | path

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

/external/syzkaller/vm/vmimpl/
Dutil.go54 func SCPArgs(debug bool, sshKey string, port int) []string { func
/external/syzkaller/vm/isolated/
Disolated.go231 args := append(vmimpl.SCPArgs(inst.debug, inst.sshKey, inst.targetPort),
/external/syzkaller/vm/odroid/
Dodroid.go285 …args := append(vmimpl.SCPArgs(inst.debug, inst.sshkey, 22), hostSrc, "root@"+inst.cfg.Slave_Addr+"…
/external/syzkaller/vm/gce/
Dgce.go199 …args := append(vmimpl.SCPArgs(inst.debug, inst.sshKey, 22), hostSrc, inst.sshUser+"@"+inst.ip+":"+…
/external/syzkaller/vm/qemu/
Dqemu.go417 args := append(vmimpl.SCPArgs(inst.debug, inst.sshkey, inst.port),