Home
last modified time | relevance | path

Searched refs:version_dir (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dmodule.c206 char *version_dir; in module_load() local
242 version_dir = g_strcanon(g_strdup(QEMU_PKGVERSION), in module_load()
245 dirs[n_dirs++] = g_strdup_printf("/var/run/qemu/%s", version_dir); in module_load()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py513 version_dir = ['', '', '']
519 version_dir[1] = s.group('ver')
521 version_dir[1] = dirver
545 if self._vercmp(version_dir, version_dir_new) <= 0:
557 version_dir = version_dir_new