Home
last modified time | relevance | path

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

/qemu/tests/unit/
A Dtest-qga.c415 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_ops()
427 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
451 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
453 g_assert_cmpstr(tmp, ==, (char *)helloworld); in test_qga_file_ops()
473 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
517 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
520 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
521 g_assert_cmpmem(dec, count, helloworld + 6, sizeof(helloworld) - 6); in test_qga_file_ops()
552 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_write_read()
564 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_write_read()
[all …]

Completed in 7 milliseconds