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