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