Home
last modified time | relevance | path

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

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c200 static bool validate_uint(char *value, char **errmsg);
216 { .name = "minTargetSdkVersion", .dir = dir_in, .fn_validate = validate_uint },
473 static bool validate_uint(char *value, char **errmsg) { in validate_uint() function