Home
last modified time | relevance | path

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

/system/utest/zbi/
A Dzbi.cpp27 const char kTestBootfs[] = "abcdefghijklmnopqrs"; variable
29 ZBI_ALIGN(static_cast<uint32_t>(sizeof(kTestBootfs)));
88 strcpy(result->bootfs_payload, kTestBootfs); in get_test_zbi_extra()
89 result->bootfs_hdr.length = static_cast<uint32_t>(sizeof(kTestBootfs)); in get_test_zbi_extra()
117 expected = kTestBootfs; in check_contents()
357 result = image.AppendSection(sizeof(kTestBootfs), ZBI_TYPE_STORAGE_BOOTFS, 0, 0, kTestBootfs); in ZbiTestAppendMulti()

Completed in 4 milliseconds