Searched refs:test_dir_abs_buf (Results 1 – 1 of 1) sorted by relevance
2363 static char test_dir_abs_buf[PATHMAX]; in test_symlink_dir_impl() local2371 test_dir_abs_size = sizeof(test_dir_abs_buf); in test_symlink_dir_impl()2379 strcpy(test_dir_abs_buf, "\\\\?\\"); in test_symlink_dir_impl()2380 uv_cwd(test_dir_abs_buf + 4, &test_dir_abs_size); in test_symlink_dir_impl()2382 strcat(test_dir_abs_buf, "\\test_dir"); in test_symlink_dir_impl()2384 test_dir = test_dir_abs_buf; in test_symlink_dir_impl()2386 uv_cwd(test_dir_abs_buf, &test_dir_abs_size); in test_symlink_dir_impl()2387 strcat(test_dir_abs_buf, "/test_dir"); in test_symlink_dir_impl()2441 ASSERT_OK(strcmp(req.ptr, test_dir_abs_buf)); in test_symlink_dir_impl()
Completed in 17 milliseconds