Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c378 void *txn_get(txn_t *t, u32 sz) { in txn_get() function
396 return *(u32*)txn_get(t, sizeof(u32)); in txn_u32()
400 return *(int*)txn_get(t, sizeof(int)); in txn_int()
405 fp = txn_get(t, sizeof(*fp)); in txn_handle()
417 return txn_get(t, (len + 1) * 2); in txn_str()
563 txn_get(t, len); in txn_bundle()