Searched refs:test_file_abs_buf (Results 1 – 1 of 1) sorted by relevance
226 char test_file_abs_buf[PATHMAX]; in realpath_cb() local231 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()2195 char test_file_abs_buf[PATHMAX]; in TEST_IMPL() local2204 test_file_abs_size = sizeof(test_file_abs_buf); in TEST_IMPL()2207 strcat(test_file_abs_buf, "\\test_file"); in TEST_IMPL()2210 strcat(test_file_abs_buf, "/test_file"); in TEST_IMPL()[all …]
Completed in 10 milliseconds