Home
last modified time | relevance | path

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

/qemu/qga/
H A Dcommands-windows-ssh.c107 DWORD maxSize = MAX_PATH; in get_ssh_folder() local
108 g_autofree char *profilesDir = g_new0(char, maxSize); in get_ssh_folder()
116 BOOL ret = GetProfilesDirectory(profilesDir, &maxSize); in get_ssh_folder()