HomeSort by relevance Sort by last modified time
    Searched defs:BlockingWrite (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/edk/test/
test_utils_posix.cc 17 bool BlockingWrite(const PlatformHandle& handle,
test_utils_win.cc 17 bool BlockingWrite(const PlatformHandle& handle,
  /external/nos/test/system-test-harness/src/
util.cc 211 BlockingWrite((const char*) encoder.frame_buffer,
509 BlockingWrite("version\n", 1);
513 BlockingWrite("\n", 1);
518 BlockingWrite(command, sizeof(command) - 1);
580 void TestHarness::BlockingWrite(const char* data, size_t len) {

Completed in 72 milliseconds