Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1179 volatile int rw_bit; variable
1697 int bits = fcntl(rw_bit, F_GETFD); in rw_thread()
1704 if (fcntl(rw_bit, F_SETFD, rw_val ? FD_CLOEXEC : 0) < 0) { in rw_thread()
1724 rw_bit = bit; in r8()
1737 rw_bit = bit; in w8()