Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dopt.c1238 WCHAR tempname[MAX_PATH]; in opt_isdir() local
1244 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH)) in opt_isdir()
1247 tempname[i] = (WCHAR)name[i]; in opt_isdir()
1249 attr = GetFileAttributes(tempname); in opt_isdir()

Completed in 7 milliseconds