OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:property_get_imax
(Results
1 - 1
of
1
) sorted by null
/system/core/libcutils/
properties.c
61
static intmax_t
property_get_imax
(const char *key, intmax_t lower_bound, intmax_t upper_bound,
function
100
return (int64_t)
property_get_imax
(key, INT64_MIN, INT64_MAX, default_value);
104
return (int32_t)
property_get_imax
(key, INT32_MIN, INT32_MAX, default_value);
Completed in 565 milliseconds