Home
last modified time | relevance | path

Searched defs:file_content (Results 1 – 4 of 4) sorted by relevance

/bootable/deprecated-ota/applypatch/include/applypatch/
Dimgdiff_image.h217 void Initialize(const std::vector<ImageChunk>& chunks, const std::vector<uint8_t>& file_content) { in Initialize()
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp244 std::string file_content; in ParseCareMap() local
/bootable/deprecated-ota/applypatch/
Dimgdiff.cpp258 ImageChunk::ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, in ImageChunk()
621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) { in ReadFile()
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs561 let file_content = rest.get_mut(..data.len()).ok_or("Buffer too small")?; in add_staged_bootloader_file() localVariable