Searched refs:get_relocated_path (Results 1 – 13 of 13) sorted by relevance
97 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()
2250 g_autofree char *file = get_relocated_path(CONFIG_QEMU_CONFDIR "/qemu.conf"); in qemu_read_default_config_file()
273 char *get_relocated_path(const char *dir);
249 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()
490 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()
239 dirs[n_dirs++] = get_relocated_path(CONFIG_QEMU_MODDIR); in module_load()
278 return get_relocated_path(CONFIG_QEMU_LOCALSTATEDIR); in qemu_get_local_state_dir()
1152 char *get_relocated_path(const char *dir) in get_relocated_path() function
289 acl_file = get_relocated_path(DEFAULT_ACL_FILE); in main()
4601 # check if get_relocated_path() is actually able to relocate paths
939 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()
2399 dir = get_relocated_path(CONFIG_QEMU_ICONDIR); in gtk_display_init()2417 dir = get_relocated_path(CONFIG_QEMU_LOCALEDIR); in gtk_display_init()
1639 char *icon_path_c = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/512x512/apps/qemu.png");