mirror of
https://gitee.com/openharmony/security_appverify
synced 2024-11-23 14:39:58 +00:00
update interfaces/innerkits/appverify_lite/unittest/src/write_file.cpp.
This commit is contained in:
parent
b0db677423
commit
ba39b722ae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user