Home
last modified time | relevance | path

Searched defs:validate_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/libelf/
H A Delf_strptr.c56 static bool validate_str (const char *str, size_t from, size_t to) in validate_str() function
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_parse.py79 def validate_str(x): function