Home
last modified time | relevance | path

Searched defs:footer (Results 1 – 12 of 12) sorted by relevance

/system/apex/apexd/
Dapex_file.cpp155 auto footer = std::make_unique<AvbFooter>(); in getAvbFooter() local
250 const AvbFooter& footer) { in verifyVbMeta()
322 Result<std::unique_ptr<AvbFooter>> footer = getAvbFooter(*this, fd); in VerifyApexVerity() local
/system/extras/libfec/
Davb_utils.cpp37 AvbFooter footer; in parse_vbmeta_from_footer() local
/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc141 AvbFooter footer; in LoadVerityConfig() local
/system/core/fastboot/device/
Dflashing.cpp130 std::string footer; in CopyAVBFooter() local
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp79 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags() local
243 auto footer = GetAvbFooter(fd); in TEST_F() local
257 auto footer = GetAvbFooter(fd); in TEST_F() local
268 auto footer = GetAvbFooter(fd); in TEST_F() local
745 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in TEST_F() local
/system/testing/gtest_extras/
DIsolate.cpp469 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults()
564 std::string footer; in PrintFooter() local
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp347 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local
460 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData() local
/system/extras/libperfmgr/
DHintManager.cc98 std::string footer("========== End perfmgr nodes ==========\n"); in DumpToFd() local
/system/testing/gtest_extras/tests/
DSystemTests.cpp234 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter()
718 std::string footer; in TEST_F() local
/system/gsid/
Dgsi_service.cpp1016 AvbFooter footer; in GetAvbPublicKeyFromFd() local
/system/bt/gd/packet/parser/test/
Dgenerated_packet_test.cc100 uint8_t footer = 0xb1; in TEST() local
193 uint8_t footer = 0xb1; in TEST() local
/system/core/fastboot/
Dfastboot.cpp960 const AvbFooter* footer = reinterpret_cast<const AvbFooter*>(data.c_str() + footer_offset); in rewrite_vbmeta_buffer() local