Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/netapi32/
H A Daccess.c363 static const WCHAR path3[] = in test_DavGetHTTPFromUNCPath() local
456 { path3, MAX_PATH, ERROR_SUCCESS, result, 12 }, in test_DavGetHTTPFromUNCPath()
510 ret = pDavGetHTTPFromUNCPath( path3, buf, NULL ); in test_DavGetHTTPFromUNCPath()
515 ret = pDavGetHTTPFromUNCPath( path3, NULL, &size ); in test_DavGetHTTPFromUNCPath()
520 ret = pDavGetHTTPFromUNCPath( path3, buf, &size ); in test_DavGetHTTPFromUNCPath()
560 static const WCHAR path3[] = in test_DavGetUNCFromHTTPPath() local
629 { path3, MAX_PATH, ERROR_SUCCESS, result2, 27 }, in test_DavGetUNCFromHTTPPath()
/reactos/modules/rostests/winetests/wmiutils/
H A Dpath.c30 static const WCHAR path3[] = {'\\','\\','s','e','r','v','e','r',0}; variable
104 { path3, 0, WBEM_E_INVALID_PARAMETER }, in test_IWbemPath_SetText()
105 { path3, WBEMPATH_CREATE_ACCEPT_ALL, S_OK }, in test_IWbemPath_SetText()
/reactos/modules/rostests/winetests/scrrun/
H A Dfilesystem.c411 static const WCHAR path3[] = {'a','\\','a','\\','a',0}; in test_GetParentFolderName() local
428 {path3, result3}, in test_GetParentFolderName()
459 static const WCHAR path3[] = {'a','\\',0}; in test_GetFileName() local
472 {path3, result3}, in test_GetFileName()
502 static const WCHAR path3[] = {'a','.','b','\\',0}; in test_GetBaseName() local
517 {path3, result1}, in test_GetBaseName()
/reactos/modules/rostests/winetests/shlwapi/
H A Dpath.c223 WCHAR path3[] = {'\\','f','o','o',0}; in test_PathSearchAndQualify() local
251 ok(PathSearchAndQualifyW(path3, out, MAX_PATH) != 0, in test_PathSearchAndQualify()
254 lstrcpyW(cur_dir + 2, path3); in test_PathSearchAndQualify()
/reactos/modules/rostests/winetests/urlmon/
H A Dmisc.c320 static const WCHAR path3[] = {'c',':','\\','I','n','d','e','x','.','h','t','m',0}; variable
352 {url3, E_FAIL, url3, S_OK, path3, wszFile, wszEmpty, S_OK, NULL, E_FAIL},
/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c4886 static const WCHAR path3[] = {'\\','D','o','s','D','e','v','i','c','e','s','\\',0}; in test_GetFileAttributesExW() local
4901 ret = GetFileAttributesExW(path3, GetFileExInfoStandard, &info); in test_GetFileAttributesExW()