Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp61 constexpr int32_t CFG_FILE_BUFF_SIZE = 1 * 1024 * 1024 + 1; variable
501 auto buffer = std::make_unique<char []>(CFG_FILE_BUFF_SIZE); in WriteRemoteFileToLocal()