Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp39 const unsigned long long BUFF_FILE_SIZE = 50 * 1024 * 1024; // 50MB variable
167 bool isSufficient = (freeBytes > reqFreeBytes + BUFF_FILE_SIZE); in IsDataStorageSufficient()