Searched refs:unit_multiplier (Results 1 – 1 of 1) sorted by relevance
100 int64 unit_multiplier = 1; in ParseSystemPropertyBytes() local103 unit_multiplier = KB; in ParseSystemPropertyBytes()106 unit_multiplier = MB; in ParseSystemPropertyBytes()109 unit_multiplier = GB; in ParseSystemPropertyBytes()115 bool overflow = result >= std::numeric_limits<int64>::max() / unit_multiplier; in ParseSystemPropertyBytes()118 return result * unit_multiplier; in ParseSystemPropertyBytes()