Home
last modified time | relevance | path

Searched refs:test_image (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drootfspostcommandstests.py26 test_image = "core-image-minimal"
34 test_image)
44 bitbake(test_image)
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c68 static char *test_image; variable
307 test_image); in test_media_insert()
590 test_image); in test_cve_2021_3507()
610 fd = g_file_open_tmp("qtest.XXXXXX", &test_image, NULL); in main()
641 unlink(test_image); in main()
642 g_free(test_image); in main()
/openbmc/u-boot/test/fs/
H A Dfs-test.sh161 function test_image() { function
549 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \
604 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \
/openbmc/linux/drivers/media/i2c/
H A Dsaa7127.c47 static int test_image; variable
53 module_param(test_image, int, 0644);
55 MODULE_PARM_DESC(test_image, "test_image (0-1)");
773 if (test_image == 1) in saa7127_probe()