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