Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dexec.h24 const char *exec_get_cmd_path(void);
H A Dexec.c31 const char *exec_get_cmd_path(void) in exec_get_cmd_path() function
H A Dmigration.c577 QAPI_LIST_APPEND(tail, g_strdup(exec_get_cmd_path())); in migrate_uri_parse()