Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.h53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_archive.h185 using FileWriter = FileArchive<false>; variable