Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddatadir.c100 qemu_add_data_dir(get_relocated_path(dirs[i])); in qemu_add_default_firmwarepath()
104 qemu_add_data_dir(get_relocated_path(CONFIG_QEMU_DATADIR)); in qemu_add_default_firmwarepath()
/openbmc/qemu/include/qemu/
H A Dcutils.h270 char *get_relocated_path(const char *dir);
/openbmc/qemu/util/
H A Dmodule.c239 dirs[n_dirs++] = get_relocated_path(CONFIG_QEMU_MODDIR); in module_load()
H A Dcutils.c1147 char *get_relocated_path(const char *dir) in get_relocated_path() function
H A Doslib-posix.c320 return get_relocated_path(CONFIG_QEMU_LOCALSTATEDIR); in qemu_set_tty_echo()
/openbmc/qemu/
H A Dqemu-bridge-helper.c289 acl_file = get_relocated_path(DEFAULT_ACL_FILE); in main()
/openbmc/qemu/ui/
H A Dsdl2.c926 dir = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/128x128/apps/qemu.png"); in sdl2_display_init()
930 dir = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/32x32/apps/qemu.bmp"); in sdl2_display_init()
H A Dgtk.c2520 dir = get_relocated_path(CONFIG_QEMU_ICONDIR); in gtk_display_init()
2538 dir = get_relocated_path(CONFIG_QEMU_LOCALEDIR); in gtk_display_init()
H A Dcocoa.m1649 char *icon_path_c = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/512x512/apps/qemu.png");