Home
last modified time | relevance | path

Searched refs:parse_uint_with_error_reporting (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp120 static bool parse_uint_with_error_reporting(const char* s, const char* name, int* v) { in parse_uint_with_error_reporting() function
143 if (parse_uint_with_error_reporting(value, name, cookie->out)) cookie->empty = false; in property_parse_int()
152 if (parse_uint_with_error_reporting(env, "MTE_PERMISSIVE_REENABLE_TIME_CPUMS", &v)) return v; in permissive_mte_renable_timer()