Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qga.c413 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_ops() local
431 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_ops()
443 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
467 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
469 g_assert_cmpstr(tmp, ==, (char *)helloworld); in test_qga_file_ops()
489 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
533 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
536 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
537 g_assert_cmpmem(dec, count, helloworld + 6, sizeof(helloworld) - 6); in test_qga_file_ops()
553 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_write_read() local
[all …]