Searched refs:tempdirW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/localspl/ |
H A D | localmon.c | 130 static WCHAR tempdirW[MAX_PATH]; variable 1358 …res = pXcvDataPort(hXcv, cmd_PortIsValidW, (PBYTE) tempdirW, (lstrlenW(tempdirW) + 1) * sizeof(WCH… in test_XcvDataPort_PortIsValid() 1489 tempdirW[0] = '\0'; in START_TEST() 1491 res = GetTempPathW(MAX_PATH, tempdirW); in START_TEST() 1493 res = GetTempFileNameW(tempdirW, wineW, 0, tempfileW); in START_TEST()
|
/reactos/modules/rostests/winetests/winspool/ |
H A D | info.c | 90 static LPWSTR tempdirW = NULL; variable 293 tempdirW = buffer_dirW; in find_tempfile() 2229 …res = pXcvDataW(hXcv, cmd_PortIsValidW, (PBYTE) tempdirW, (lstrlenW(tempdirW) + 1) * sizeof(WCHAR)… in test_XcvDataW_PortIsValid()
|