Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c872 char wintmpdir [MAX_PATH]; in test_FileSecurity() local
895 if (!GetTempPathA (sizeof (wintmpdir), wintmpdir)) { in test_FileSecurity()
901 strcat (strcpy (path, wintmpdir), "rary"); in test_FileSecurity()
984 strcpy (wintmpdir, "\\Should not exist"); in test_FileSecurity()
986 rc = pGetFileSecurityA (wintmpdir, OWNER_SECURITY_INFORMATION, NULL, 0, &sdSize); in test_FileSecurity()
998 rc = GetTempPathA(sizeof(wintmpdir), wintmpdir); in test_FileSecurity()
1002 rc = GetTempFileNameA(wintmpdir, "tmp", 0, file); in test_FileSecurity()