Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c108 g_autofree char *profilesDir = g_new0(char, maxSize); in get_ssh_folder() local
116 BOOL ret = GetProfilesDirectory(profilesDir, &maxSize); in get_ssh_folder()
124 return g_build_filename(profilesDir, username, ".ssh", NULL); in get_ssh_folder()