Searched refs:Zbi (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/libzbi/include/libzbi/ |
| A D | zbi-cpp.h | 19 class Zbi { 21 explicit Zbi(uint8_t* base) in Zbi() function 27 Zbi(uint8_t* base, size_t capacity) in Zbi() function 67 Zbi() = default;
|
| A D | zbi-zx.h | 13 class ZbiVMO : public Zbi {
|
| /system/utest/zbi/ |
| A D | zbi.cpp | 143 zbi::Zbi image(test_zbi); in ZbiTestBasic() 177 zbi::Zbi image(test_zbi); in ZbiTestBadContainer() 200 zbi::Zbi image(test_zbi); in ZbiTestTruncated() 243 zbi::Zbi image(test_zbi, kBufferSize); in ZbiTestAppend() 290 zbi::Zbi image(test_zbi, kZbiSize); in ZbiTestAppendFull() 345 zbi::Zbi image(test_zbi, sizeof(test_zbi)); in ZbiTestAppendMulti() 373 zbi::Zbi image(buffer.get(), kTestBufferSize); in ZbiTestInit() 401 zbi::Zbi image(buffer.get(), kMinBufferSize - 1); in ZbiTestInitTooSmall()
|
| /system/ulib/libzbi/ |
| A D | zbi-zx.cpp | 79 auto result = Zbi::CreateSection(length, type, extra, flags, payload); in CreateSection() 91 result = Zbi::CreateSection(length, type, extra, flags, payload); in CreateSection()
|
| /system/utest/platform-bus/ |
| A D | main.cpp | 42 zbi::Zbi zbi(zbi_buf, 1024); in GetBootData()
|
Completed in 6 milliseconds