Home
last modified time | relevance | path

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

/external/syzkaller/vm/vmimpl/
Dutil.go58 func sshArgs(debug bool, sshKey, portArg string, port int) []string {
60 portArg, fmt.Sprint(port),
/external/testng/src/test/java/test/remote/
DRemoteTest.java52 private void launchRemoteTestNG(final String portArg, final int portValue) { in launchRemoteTestNG() argument
57 portArg, Integer.toString(portValue), "-dontexit", in launchRemoteTestNG()