Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp23 int64_t multple = UNIT; in GetRoundSize() local
24 while (val * multple < size) { in GetRoundSize()
28 if (val > THRESHOLD && multple < ONE_GB) { in GetRoundSize()
30 multple *= UNIT; in GetRoundSize()
33 return val * multple; in GetRoundSize()