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

/fuchsia/zircon/system/utest/zbi/
H A Dzbi.cpp24 const char kTestBootfs[] = "abcdefghijklmnopqrs"; variable
25 constexpr size_t kBootfsPayloadLen = ZBI_ALIGN(sizeof(kTestBootfs));
82 strcpy(result->bootfs_payload, kTestBootfs);
83 result->bootfs_hdr.length = static_cast<uint32_t>(sizeof(kTestBootfs));
111 expected = kTestBootfs;
354 result = image.AppendSection(sizeof(kTestBootfs), ZBI_TYPE_STORAGE_BOOTFS, 0, 0, kTestBootfs);

Completed in 22 milliseconds