Searched refs:windowsapps_path (Results 1 – 1 of 1) sorted by relevance
2616 char windowsapps_path[MAX_PATH]; in TEST_IMPL() local2633 r = snprintf(windowsapps_path, in TEST_IMPL()2638 if (uv_fs_opendir(loop, &req, windowsapps_path, NULL) != 0) { in TEST_IMPL()2643 if (uv_fs_scandir(loop, &req, windowsapps_path, 0, NULL) <= 0) { in TEST_IMPL()2654 windowsapps_path, in TEST_IMPL()
Completed in 13 milliseconds