Searched refs:commandToRun (Results 1 - 2 of 2) sorted by relevance

/haiku/build/scripts/
H A Dbootstrap_daemon.py32 commandToRun = receiveExactly(controlConnection, int(commandLength))
34 print 'received command: ' + commandToRun
36 exitCode = subprocess.call(commandToRun, stdin=stdioConnection,
H A Dbootstrap_client.py27 commandToRun = " ".join(sys.argv[2:]) variable
42 controlConnection.send("%08d" % len(commandToRun))
43 controlConnection.send(commandToRun)

Completed in 28 milliseconds