Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A DBCHeaderField.h43 size_t GetTotalSize() { in GetTotalSize() function
82 ID_, static_cast<int>(len_), static_cast<int>(GetTotalSize())); in Print()
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp183 !outfile_->Write(buffer, it->GetTotalSize())) { in WriteVariableFields()
223 size_t field_size = field.GetTotalSize(); in ParseWrapperHeader()
334 wrapper_bc_offset_ += field->GetTotalSize(); in AddHeaderField()
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.h71 off64_t GetTotalSize(int fd);
H A Davb_util.cpp325 off64_t GetTotalSize(int fd) { in GetTotalSize() function
351 off64_t footer_offset = GetTotalSize(fd) - AVB_FOOTER_SIZE; in GetAvbFooter()
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp35 using android::fs_mgr::GetTotalSize;
170 EXPECT_EQ(image_size, GetTotalSize(fd)); in TEST_F()
182 EXPECT_EQ(image_size, GetTotalSize(fd)); // checks that total size is still returned. in TEST_F()