Searched refs:kSizeErrorThresholdBytes (Results 1 – 1 of 1) sorted by relevance
98 static constexpr uint32_t kSizeErrorThresholdBytes = 1500000U; variable2238 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()