Searched refs:dos_prefix (Results 1 – 1 of 1) sorted by relevance
4612 static char dos_prefix[] = "\\\\?\\"; in test_GetFinalPathNameByHandleA() local4615 char dos_path[MAX_PATH + sizeof(dos_prefix)]; in test_GetFinalPathNameByHandleA()4638 strcpy(dos_path, dos_prefix); in test_GetFinalPathNameByHandleA()4700 static WCHAR dos_prefix[] = {'\\','\\','?','\\','\0'}; in test_GetFinalPathNameByHandleW() local4703 WCHAR dos_path[MAX_PATH + sizeof(dos_prefix)]; in test_GetFinalPathNameByHandleW()4735 lstrcpyW(dos_path, dos_prefix); in test_GetFinalPathNameByHandleW()