Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dpacket_util.h40 ChppTransportFooter footer; member
47 ChppTransportFooter footer; member
Dpacket_util.cpp245 const auto &footer = *reinterpret_cast<const ChppTransportFooter *>( in dumpPacket() local
295 const auto *footer = reinterpret_cast<const ChppTransportFooter *>( in checkPacketValidity() local
/system/apex/apexd/
Dapex_file.cpp204 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local
269 const AvbFooter& footer, in VerifyVbMeta()
361 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/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp232 CowFooter* footer = &footer_.value(); in ParseOps() local
552 bool CowReader::GetFooter(CowFooter* footer) { in GetFooter()
Dinspect_cow.cpp120 CowFooter footer; in Inspect() local
Dcow_api_test.cpp78 CowFooter footer; in TEST_F() local
126 CowFooter footer; in TEST_F() local
204 CowFooter footer; in TEST_F() local
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp281 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local
394 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData() local
/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp80 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags() local
246 auto footer = GetAvbFooter(fd); in TEST_F() local
260 auto footer = GetAvbFooter(fd); in TEST_F() local
271 auto footer = GetAvbFooter(fd); in TEST_F() local
752 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/fastboot/device/
Dflashing.cpp159 std::string footer; in CopyAVBFooter() local
/system/chre/chpp/
Dtransport.c890 struct ChppTransportFooter footer; in chppAddFooter() 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.cpp1169 AvbFooter footer; in GetAvbPublicKeyFromFd() local
/system/libvintf/test/
DLibVintfTest.cpp5672 std::string footer; member
5751 std::string footer; member
5893 std::string footer; member
5957 std::string footer; member
/system/core/fastboot/
Dfastboot.cpp1114 const AvbFooter* footer = reinterpret_cast<const AvbFooter*>(data.c_str() + footer_offset); in rewrite_vbmeta_buffer() local