Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c197 static bool validate_uint(char *value, char **errmsg);
213 { .name = "minTargetSdkVersion", .dir = dir_in, .fn_validate = validate_uint },
423 static bool validate_uint(char *value, char **errmsg) { in validate_uint() function