Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp152 static int FileContentCopy(ifstream &sourceFile, ofstream &targetFile, uint64_t fileLen) in FileContentCopy() function
353 return FileContentCopy(file, targetFile, fileLen); in PackFileContent()
378 int errCode = FileContentCopy(sourceFile, file, fileContext.fileLen); in UnpackFileContent()