Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp32 constexpr const int COPY_SIZE = 1024; variable
290 char buf[COPY_SIZE] = { 0 }; in CopyFile()
292 fin.read(buf, COPY_SIZE); in CopyFile()