Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp156 static bool IsDataStorageSufficient(const unsigned long long reqFreeBytes) in IsDataStorageSufficient() argument
167 bool isSufficient = (freeBytes > reqFreeBytes + BUFF_FILE_SIZE); in IsDataStorageSufficient()
170 reqFreeBytes); in IsDataStorageSufficient()