update interfaces/innerkits/appverify_lite/unittest/src/write_file.cpp.

This commit is contained in:
吴文君 2021-04-01 20:22:14 +08:00 committed by Gitee
parent b0db677423
commit ba39b722ae

View File

@ -27,8 +27,8 @@
#include "securec.h"
namespace {
static const int MAX_FILE_LEN = 1000000;
static const int ONCE_WRITE = 2000;
const int MAX_FILE_LEN = 1000000;
const int ONCE_WRITE = 2000;
}
int CopyFile(const char *org, const char *dest)