Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dexec.c33 g_autofree char *detected_path = g_new(char, MAX_PATH); in exec_get_cmd_path() local
34 if (GetSystemDirectoryA(detected_path, MAX_PATH) == 0) { in exec_get_cmd_path()
38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
39 return g_steal_pointer(&detected_path); in exec_get_cmd_path()