Home
last modified time | relevance | path

Searched defs:file_content_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
Dpackage_test.cpp39 std::string file_content_; // actual bytes of the package file. member in PackageTest
/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h205 std::vector<uint8_t> file_content_; // Store the whole input file in memory. variable