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

  /src/external/mit/libuv/dist/test/
test-fs.c 4878 static char test_file_buf[PATHMAX]; local
4907 snprintf(test_file_buf, sizeof(test_file_buf), "test_dir\\%s", dent.name);
4908 printf("stat %s\n", test_file_buf);
4909 r = uv_fs_stat(NULL, &stat_req, test_file_buf, NULL);
test-fs.c 4878 static char test_file_buf[PATHMAX]; local
4907 snprintf(test_file_buf, sizeof(test_file_buf), "test_dir\\%s", dent.name);
4908 printf("stat %s\n", test_file_buf);
4909 r = uv_fs_stat(NULL, &stat_req, test_file_buf, NULL);

Completed in 34 milliseconds