Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dpath.c107 fullpathshort[MAX_PATH], /*absolute path to the file (short format) */ in test_ValidPathA() local
141 sprintf(fullpathshort,"%s\\%s",curdirshort,subpath); in test_ValidPathA()
162 len=GetShortPathNameA(fullpathshort,shortstr,MAX_PATH); in test_ValidPathA()