Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs.c142 const WCHAR LONG_PATH_PREFIX_LEN = 4; variable
2516 is_long_path = wcsncmp(path, LONG_PATH_PREFIX, LONG_PATH_PREFIX_LEN) == 0; in fs__create_junction()
2555 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()
2581 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()
2780 LONG_PATH_PREFIX_LEN) == 0) { in fs__realpath_handle()

Completed in 13 milliseconds