/system/apex/apexd/ |
D | apex_file.cpp | 217 auto footer = std::make_unique<AvbFooter>(); in getAvbFooter() local 234 footer.get())) { in getAvbFooter() 240 return StatusOr<std::unique_ptr<AvbFooter>>(std::move(footer)); in getAvbFooter() 334 const AvbFooter& footer) { in verifyVbMeta() argument 335 if (footer.vbmeta_size > kVbMetaMaxSize) { in verifyVbMeta() 340 off_t offset = apex.GetImageOffset() + footer.vbmeta_offset; in verifyVbMeta() 341 std::unique_ptr<uint8_t[]> vbmeta_buf(new uint8_t[footer.vbmeta_size]); in verifyVbMeta() 343 if (!ReadFullyAtOffset(fd, vbmeta_buf.get(), footer.vbmeta_size, offset)) { in verifyVbMeta() 348 Status st = verifyVbMetaSignature(apex, vbmeta_buf.get(), footer.vbmeta_size); in verifyVbMeta() 413 StatusOr<std::unique_ptr<AvbFooter>> footer = getAvbFooter(*this, fd); in VerifyApexVerity() local [all …]
|
/system/testing/gtest_extras/ |
D | Isolate.cpp | 434 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults() argument 458 *footer += ' '; in PrintResults() 460 *footer += in PrintResults() 529 std::string footer; in PrintFooter() local 533 PrintResults(total_skipped_tests_, SkippedResults, &footer); in PrintFooter() 538 PrintResults(total_slow_tests_, SlowResults, &footer); in PrintFooter() 543 PrintResults(total_xpass_tests_, XpassFailResults, &footer); in PrintFooter() 548 PrintResults(total_timeout_tests_, TimeoutResults, &footer); in PrintFooter() 553 PrintResults(total_fail_tests_, FailResults, &footer); in PrintFooter() 556 if (!footer.empty()) { in PrintFooter() [all …]
|
D | Isolate.h | 73 void PrintResults(size_t total, const ResultsType& results, std::string* footer);
|
/system/update_engine/payload_generator/ |
D | payload_generation_config_android.cc | 139 AvbFooter footer; in LoadVerityConfig() local 141 reinterpret_cast<const AvbFooter*>(buffer.data()), &footer)); in LoadVerityConfig() 145 footer.vbmeta_offset + sizeof(AvbVBMetaImageHeader) <= part.size); in LoadVerityConfig() 147 part.path, footer.vbmeta_offset, footer.vbmeta_size, &buffer)); in LoadVerityConfig()
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 297 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local 308 if (!avb_footer_validate_and_byteswap((const AvbFooter*)footer_buf.data(), footer.get())) { in GetAvbFooter() 313 return footer; in GetAvbFooter() 410 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData() local 411 if (!footer) { in VerifyVBMetaData() 414 vbmeta_offset = footer->vbmeta_offset; in VerifyVBMetaData() 415 vbmeta_size = footer->vbmeta_size; in VerifyVBMetaData()
|
/system/testing/gtest_extras/tests/ |
D | SystemTests.cpp | 64 void RunTestCaptureFooter(const std::string& test_name, std::string* footer, 161 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter() argument 168 footer->clear(); in RunTestCaptureFooter() 170 if (!footer->empty()) { in RunTestCaptureFooter() 171 *footer += line + '\n'; in RunTestCaptureFooter() 173 *footer = line + '\n'; in RunTestCaptureFooter() 176 ASSERT_FALSE(footer->empty()) << "Test output:\n" << raw_output_; in RunTestCaptureFooter() 735 std::string footer; in TEST_F() local 737 "*.DISABLED_all_*", &footer, in TEST_F() 758 footer); in TEST_F()
|
/system/core/fs_mgr/libfs_avb/tests/ |
D | avb_util_test.cpp | 79 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags() local 80 EXPECT_NE(nullptr, footer); in SetVBMetaFlags() 81 vbmeta_offset = footer->vbmeta_offset; in SetVBMetaFlags() 243 auto footer = GetAvbFooter(fd); in TEST_F() local 244 EXPECT_NE(nullptr, footer); in TEST_F() 245 EXPECT_EQ(10485760, footer->original_image_size); in TEST_F() 246 EXPECT_EQ(10661888, footer->vbmeta_offset); in TEST_F() 247 EXPECT_EQ(3648, footer->vbmeta_size); in TEST_F() 257 auto footer = GetAvbFooter(fd); in TEST_F() local 258 EXPECT_EQ(nullptr, footer); in TEST_F() [all …]
|
/system/extras/libperfmgr/ |
D | HintManager.cc | 98 std::string footer("========== End perfmgr nodes ==========\n"); in DumpToFd() local 99 if (!android::base::WriteStringToFd(footer, fd)) { in DumpToFd()
|
/system/chre/pal/doc/ |
D | Doxyfile | 1081 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1083 # footer. See HTML_HEADER for more information on how to generate a default 1084 # footer and what special commands can be used inside the footer. See also 1085 # section "Doxygen usage" for information on how to generate the default footer 1156 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1661 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1662 # generated LaTeX document. The footer should contain everything after the last 1663 # chapter. If it is left blank doxygen will generate a standard footer. See 1664 # LATEX_HEADER for more information on how to generate a default footer and what 1665 # special commands can be used inside the footer. [all …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1081 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1083 # footer. See HTML_HEADER for more information on how to generate a default 1084 # footer and what special commands can be used inside the footer. See also 1085 # section "Doxygen usage" for information on how to generate the default footer 1156 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1661 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1662 # generated LaTeX document. The footer should contain everything after the last 1663 # chapter. If it is left blank doxygen will generate a standard footer. See 1664 # LATEX_HEADER for more information on how to generate a default footer and what 1665 # special commands can be used inside the footer. [all …]
|
/system/media/audio_utils/ |
D | Doxyfile | 1040 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1042 # footer. See HTML_HEADER for more information on how to generate a default 1043 # footer and what special commands can be used inside the footer. See also 1044 # section "Doxygen usage" for information on how to generate the default footer 1113 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1613 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1614 # generated LaTeX document. The footer should contain everything after the last 1615 # chapter. If it is left blank doxygen will generate a standard footer. 1617 # Note: Only use a user-defined footer if you know what you are doing!
|
D | Doxyfile.orig | 1040 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1042 # footer. See HTML_HEADER for more information on how to generate a default 1043 # footer and what special commands can be used inside the footer. See also 1044 # section "Doxygen usage" for information on how to generate the default footer 1113 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1613 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1614 # generated LaTeX document. The footer should contain everything after the last 1615 # chapter. If it is left blank doxygen will generate a standard footer. 1617 # Note: Only use a user-defined footer if you know what you are doing!
|