Searched refs:FileContentCopy (Results 1 – 1 of 1) sorted by relevance
152 static int FileContentCopy(ifstream &sourceFile, ofstream &targetFile, uint64_t fileLen) in FileContentCopy() function353 return FileContentCopy(file, targetFile, fileLen); in PackFileContent()378 int errCode = FileContentCopy(sourceFile, file, fileContext.fileLen); in UnpackFileContent()