Searched refs:fullpathlong (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | path.c | 108 fullpathlong[MAX_PATH], /*absolute path to the file (long format) */ in test_ValidPathA() local 142 sprintf(fullpathlong,"%s\\%s",curdirlong,subpath); in test_ValidPathA() 179 ok(lstrcmpiA(fullpathlong,tmpstr)==0, in test_ValidPathA() 181 errstr,tmpstr,fullpathlong); in test_ValidPathA() 191 ok(!lstrcmpiA(fullpathlong, tmpstr), "%s: GetLongPathNameA returned '%s' instead of '%s'\n", in test_ValidPathA() 192 errstr, tmpstr, fullpathlong); in test_ValidPathA()
|