Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c537 int str16_eq(u16 *s16, char *s) { in str16_eq() argument
539 if (*s16++ != *s++) in str16_eq()
542 return !*s16; in str16_eq()