Home
last modified time | relevance | path

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

/qemu/util/
H A Dcutils.c1155 const char *bindir = CONFIG_BINDIR; in get_relocated_path() local
1189 starts_with_prefix(dir) && starts_with_prefix(bindir)) { in get_relocated_path()
1196 bindir += len_bindir; in get_relocated_path()
1198 bindir = next_component(bindir, &len_bindir); in get_relocated_path()
1199 } while (len_dir && len_dir == len_bindir && !memcmp(dir, bindir, len_dir)); in get_relocated_path()
1203 bindir += len_bindir; in get_relocated_path()
1205 bindir = next_component(bindir, &len_bindir); in get_relocated_path()
/qemu/configs/meson/
H A Dwindows.txt5 bindir = ''
/qemu/scripts/
H A Dmeson.build2 install_data('qemu-trace-stap', install_dir: get_option('bindir'))
H A Dmeson-buildoptions.sh245 --bindir=*) quote_sh "-Dbindir=$2" ;;
/qemu/qga/
H A Dmeson.build164 '-D', 'BIN_DIR=' + glib_pc.get_variable('bindir'),