Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp33 bool MappedFile::ValidMappedSize(off_t& targetSize, const struct stat& stb) in ValidMappedSize() function in OHOS::Utils::MappedFile
97 if (!ValidMappedSize(size_, stb)) { in NormalizeSize()
331 if (!ValidMappedSize(newSize, stb)) { in Resize()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dmapped_file.h153 bool ValidMappedSize(off_t& targetSize, const struct stat& stat);