Home
last modified time | relevance | path

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

/system/ulib/libzbi/include/libzbi/
A Dzbi-cpp.h19 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 Dzbi-zx.h13 class ZbiVMO : public Zbi {
/system/utest/zbi/
A Dzbi.cpp143 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 Dzbi-zx.cpp79 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 Dmain.cpp42 zbi::Zbi zbi(zbi_buf, 1024); in GetBootData()

Completed in 6 milliseconds