Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp167 bool isSufficient = (freeBytes > reqFreeBytes + BUFF_FILE_SIZE); in IsDataStorageSufficient() local
168 if (!isSufficient) { in IsDataStorageSufficient()
172 return isSufficient; in IsDataStorageSufficient()