Home
last modified time | relevance | path

Searched refs:targetSize (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp33 bool MappedFile::ValidMappedSize(off_t& targetSize, const struct stat& stb) in ValidMappedSize() argument
38 targetSize = targetSize > max ? max : targetSize; in ValidMappedSize()
/commonlibrary/c_utils/base/include/
H A Dmapped_file.h153 bool ValidMappedSize(off_t& targetSize, const struct stat& stat);

Completed in 3 milliseconds