Searched refs:LONG_PATH_PREFIX_LEN (Results 1 – 1 of 1) sorted by relevance
155 const WCHAR LONG_PATH_PREFIX_LEN = 4; variable2706 is_long_path = wcsncmp(path, LONG_PATH_PREFIX, LONG_PATH_PREFIX_LEN) == 0; in fs__create_junction()2745 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()2772 for (i = is_long_path ? LONG_PATH_PREFIX_LEN : 0; path[i] != L'\0'; i++) { in fs__create_junction()2971 LONG_PATH_PREFIX_LEN) == 0) { in fs__realpath_handle()
Completed in 17 milliseconds