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