Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c226 char test_file_abs_buf[PATHMAX]; in realpath_cb() local
231 uv_cwd(test_file_abs_buf, &test_file_abs_size); in realpath_cb()
233 strcat(test_file_abs_buf, "\\test_file"); in realpath_cb()
234 ASSERT_OK(_stricmp(req->ptr, test_file_abs_buf)); in realpath_cb()
236 strcat(test_file_abs_buf, "/test_file"); in realpath_cb()
237 ASSERT_OK(strcmp(req->ptr, test_file_abs_buf)); in realpath_cb()
2190 char test_file_abs_buf[PATHMAX]; in TEST_IMPL() local
2199 test_file_abs_size = sizeof(test_file_abs_buf); in TEST_IMPL()
2202 strcat(test_file_abs_buf, "\\test_file"); in TEST_IMPL()
2205 strcat(test_file_abs_buf, "/test_file"); in TEST_IMPL()
[all …]

Completed in 12 milliseconds