Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/
H A Ddnf-plugin-tui_1.4.bb18 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
19 install -m 0755 ${S}/dnf-plugins/mkimg/* ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
20 for file in $(ls ${S}/dnf-plugins/ | grep -v mkimg); do
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.c142 g_assert_true(mkimg(file, "qcow2", size_mb)); in mkqcow2()
/openbmc/qemu/tests/qtest/
H A Dreadconfig-test.c217 if (!mkimg(temp_name, format, size)) { in make_temp_img()
H A Dlibqtest.h1096 bool mkimg(const char *file, const char *fmt, unsigned size_mb);
H A Dlibqtest.c1970 bool mkimg(const char *file, const char *fmt, unsigned size_mb) in mkimg() function