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.c1180 volatile int rw_bit; variable
1702 int bits = fcntl(rw_bit, F_GETFD); in rw_thread()
1709 if (fcntl(rw_bit, F_SETFD, rw_val ? FD_CLOEXEC : 0) < 0) { in rw_thread()
1729 rw_bit = bit; in r8()
1742 rw_bit = bit; in w8()