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