Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1180 volatile int rw_val; variable
1702 rw_val = !!(bits & FD_CLOEXEC); in rw_thread()
1704 if (fcntl(rw_bit, F_SETFD, rw_val ? FD_CLOEXEC : 0) < 0) { in rw_thread()
1728 val |= rw_val << bit; in r8()
1738 rw_val = val & (1 << bit); in w8()