Searched refs:maxAccess (Results 1 – 2 of 2) sorted by relevance
94 size_t maxAccess = offset + len; in clamp() local96 return std::min(maxAccess, partSize) - offset; in clamp()101 size_t maxAccess = offset + len; in resize() local103 if (maxAccess < fileSize) in resize()107 MSG_DBG("Resizing %s to %zu bytes\n", path.c_str(), maxAccess); in resize()108 int rc = truncate(path.c_str(), maxAccess); in resize()
108 size_t maxAccess = offset + len; in clamp() local110 return std::min(maxAccess, partSize) - offset; in clamp()