Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 17 of 17) sorted by relevance

/bootable/recovery/otautil/
Ddirutil.cpp66 path.resize(pos + 1); in mkdir_recursively()
/bootable/recovery/tests/unit/
Dfuse_provider_test.cpp74 result.resize(20000); in TEST()
Dupdater_test.cpp837 encoded_data.resize(encoded_size); in TEST_F()
/bootable/recovery/minui/
Dgraphics_fbdev.cpp124 memory_buffer.resize(gr_framebuffer[1]->height * gr_framebuffer[1]->row_bytes); in Init()
/bootable/recovery/tools/image_generator/
DImageGenerator.java547 resize(mImageWidth, mImageHeight * 2); in drawText()
582 private void resize(int width, int height) { in resize() method in ImageGenerator
622 resize(textWidth, mImageHeight); in generateImage()
640 resize(mImageWidth, mVerticalOffset); in generateImage()
/bootable/recovery/updater/
Dupdater.cpp174 content->resize(entry.uncompressed_length); in ReadEntryToString()
Dtarget_files.cpp140 content->resize(entry.uncompressed_length); in ReadEntryToString()
Dinstall.cpp175 buffer.resize(entry.uncompressed_length); in PackageExtractFileFn()
Dblockimg.cpp226 buffer->resize(size); in allocate()
/bootable/recovery/applypatch/
Dimgdiff.cpp368 patch_data->resize(sz); in MakePatch()
636 file_content->resize(sz); in ReadFile()
1302 uncompressed_data.resize(allocated); in Initialize()
1328 uncompressed_data.resize(uncompressed_len); in Initialize()
1504 bonus_data.resize(bonus_size); in imgdiff()
/bootable/recovery/uncrypt/
Duncrypt.cpp286 buffers.resize(WINDOW_SIZE, std::vector<unsigned char>(sb.st_blksize)); in ProductBlockMap()
578 content.resize(length); in setup_bcb()
/bootable/recovery/recovery_utils/
Dlogging.cpp255 buffer.resize(n); in save_kernel_log()
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp243 package_data->resize(size); in read_wipe_package()
/bootable/recovery/install/
Dverifier.cpp108 sig_der->resize(sig_der_length); in read_pkcs7()
/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp376 fd.hashes.resize(fd.file_blocks); in run_fuse_sideload()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp659 sub.resize(text_cols); in DrawWrappedTextLines()
662 sub.resize(last_space); in DrawWrappedTextLines()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp614 tgt_data.resize(tgt_data.size() + 200); in TEST()