Home
last modified time | relevance | path

Searched refs:test_file_buf (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-fs.c4643 static char test_file_buf[PATHMAX]; in TEST_IMPL() local
4672 snprintf(test_file_buf, sizeof(test_file_buf), "test_dir\\%s", dent.name); in TEST_IMPL()
4673 printf("stat %s\n", test_file_buf); in TEST_IMPL()
4674 r = uv_fs_stat(NULL, &stat_req, test_file_buf, NULL); in TEST_IMPL()

Completed in 19 milliseconds