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.c1181 volatile int rw_val; variable
1707 rw_val = !!(bits & FD_CLOEXEC); in rw_thread()
1709 if (fcntl(rw_bit, F_SETFD, rw_val ? FD_CLOEXEC : 0) < 0) { in rw_thread()
1733 val |= rw_val << bit; in r8()
1743 rw_val = val & (1 << bit); in w8()