Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddatadir.c97 qemu_add_data_dir(get_relocated_path(dirs[i])); in qemu_add_default_firmwarepath()
101 qemu_add_data_dir(get_relocated_path(CONFIG_QEMU_DATADIR)); in qemu_add_default_firmwarepath()
H A Dvl.c2250 g_autofree char *file = get_relocated_path(CONFIG_QEMU_CONFDIR "/qemu.conf"); in qemu_read_default_config_file()
/openbmc/qemu/include/qemu/
H A Dcutils.h273 char *get_relocated_path(const char *dir);
/openbmc/qemu/qga/
H A Dmain.c249 g_autofree char *fsfreeze_hook = get_relocated_path(QGA_FSFREEZE_HOOK_DEFAULT); in usage()
251 g_autofree char *conf_path = get_relocated_path(QGA_CONF_DEFAULT); in usage()
1210 get_relocated_path(QGA_CONF_DEFAULT); in config_parse()
1251 … config->fsfreeze_hook = optarg ? g_strdup(optarg) : get_relocated_path(QGA_FSFREEZE_HOOK_DEFAULT); in config_parse()
/openbmc/qemu/net/
H A Dtap.c490 helper = default_helper = get_relocated_path(DEFAULT_BRIDGE_HELPER); in net_bridge_run_helper()
940 script = default_script = get_relocated_path(DEFAULT_NETWORK_SCRIPT); in net_init_tap()
944 get_relocated_path(DEFAULT_NETWORK_DOWN_SCRIPT); in net_init_tap()
/openbmc/qemu/util/
H A Dmodule.c239 dirs[n_dirs++] = get_relocated_path(CONFIG_QEMU_MODDIR); in module_load()
H A Doslib-posix.c278 return get_relocated_path(CONFIG_QEMU_LOCALSTATEDIR); in qemu_get_local_state_dir()
H A Dcutils.c1152 char *get_relocated_path(const char *dir) in get_relocated_path() function
/openbmc/qemu/
H A Dqemu-bridge-helper.c289 acl_file = get_relocated_path(DEFAULT_ACL_FILE); in main()
H A Dmeson.build4601 # check if get_relocated_path() is actually able to relocate paths
/openbmc/qemu/ui/
H A Dsdl2.c939 dir = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/128x128/apps/qemu.png"); in sdl2_display_init()
943 dir = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/32x32/apps/qemu.bmp"); in sdl2_display_init()
H A Dgtk.c2399 dir = get_relocated_path(CONFIG_QEMU_ICONDIR); in gtk_display_init()
2417 dir = get_relocated_path(CONFIG_QEMU_LOCALEDIR); in gtk_display_init()
H A Dcocoa.m1639 char *icon_path_c = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/512x512/apps/qemu.png");