HomeSort by: relevance | last modified time | path
    Searched defs:test_write (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
systembuf_test.cpp 95 test_write(std::size_t length, std::size_t bufsize) function
97 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
105 std::ifstream is("test_write.txt");
108 ::unlink("test_write.txt");
144 test_write(64, 1024);
156 test_write(64 * 1024, 1024);
systembuf_test.cpp 95 test_write(std::size_t length, std::size_t bufsize) function
97 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
105 std::ifstream is("test_write.txt");
108 ::unlink("test_write.txt");
144 test_write(64, 1024);
156 test_write(64 * 1024, 1024);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fileio.c 143 test_write (void) function
564 test_write ();
fileio.c 143 test_write (void) function
564 test_write ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fileio.c 143 test_write (void) function
564 test_write ();
fileio.c 143 test_write (void) function
564 test_write ();

Completed in 51 milliseconds