Searched refs:LONG_PATH_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
142 const WCHAR LONG_PATH_PREFIX_LEN = 4; variable2517 is_long_path = wcsncmp(path, LONG_PATH_PREFIX, LONG_PATH_PREFIX_LEN) == 0; in fs__create_junction()2556 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()2583 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()2782 LONG_PATH_PREFIX_LEN) == 0) { in fs__realpath_handle()
Completed in 15 milliseconds