Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c4612 static char dos_prefix[] = "\\\\?\\"; in test_GetFinalPathNameByHandleA() local
4615 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() local
4703 WCHAR dos_path[MAX_PATH + sizeof(dos_prefix)]; in test_GetFinalPathNameByHandleW()
4735 lstrcpyW(dos_path, dos_prefix); in test_GetFinalPathNameByHandleW()