Searched refs:upper_bound (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dproperties.c61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, argument
82 } else if (result < lower_bound || result > upper_bound) {

Completed in 50 milliseconds