Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp35 off_t max = RoundSize(stb.st_size) - offset_; // Avoid mapped size excessing in ValidMappedSize()
243 rEnd_ = rStart_ + (RoundSize(size_) - 1LL); in Map()
346 rEnd_ = rStart_ + RoundSize(size_) - 1; in Resize()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dmapped_file.h148 inline static off_t RoundSize(off_t input) in RoundSize() function