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

/haiku/build/scripts/
H A Dbootstrap_daemon.py12 def receiveExactly(connection, size): function
31 commandLength = receiveExactly(controlConnection, 8)
32 commandToRun = receiveExactly(controlConnection, int(commandLength))

Completed in 32 milliseconds