Searched refs:SCPArgs (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/vm/vmimpl/ |
D | util.go | 54 func SCPArgs(debug bool, sshKey string, port int) []string { func
|
/external/syzkaller/vm/isolated/ |
D | isolated.go | 231 args := append(vmimpl.SCPArgs(inst.debug, inst.sshKey, inst.targetPort),
|
/external/syzkaller/vm/odroid/ |
D | odroid.go | 285 …args := append(vmimpl.SCPArgs(inst.debug, inst.sshkey, 22), hostSrc, "root@"+inst.cfg.Slave_Addr+"…
|
/external/syzkaller/vm/gce/ |
D | gce.go | 199 …args := append(vmimpl.SCPArgs(inst.debug, inst.sshKey, 22), hostSrc, inst.sshUser+"@"+inst.ip+":"+…
|
/external/syzkaller/vm/qemu/ |
D | qemu.go | 417 args := append(vmimpl.SCPArgs(inst.debug, inst.sshkey, inst.port),
|