Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dfs.c2385 int is_absolute, is_long_path; in fs__create_junction() local
2393 is_long_path = wcsncmp(path, LONG_PATH_PREFIX, LONG_PATH_PREFIX_LEN) == 0; in fs__create_junction()
2395 if (is_long_path) { in fs__create_junction()
2432 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()
2458 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()