Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/utils/
H A Dstorage_utils.h25 int64_t GetRoundSize(int64_t size);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp20 int64_t GetRoundSize(int64_t size) in GetRoundSize() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp79 totalSize = GetRoundSize(dataSize + rootSize); in GetTotalSize()