Searched refs:kSizeWarningThresholdBootBytes (Results 1 – 1 of 1) sorted by relevance
125 static constexpr uint32_t kSizeWarningThresholdBootBytes = 25000000U; variable3007 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()