Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c2515 char windowsapps_path[MAX_PATH]; in TEST_IMPL() local
2532 r = snprintf(windowsapps_path, in TEST_IMPL()
2537 if (uv_fs_opendir(loop, &req, windowsapps_path, NULL) != 0) { in TEST_IMPL()
2542 if (uv_fs_scandir(loop, &req, windowsapps_path, 0, NULL) <= 0) { in TEST_IMPL()
2553 windowsapps_path, in TEST_IMPL()