Searched refs:real_clone (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 911 int (*real_clone)(u64 a, u64 b, int flags, u64 c, u64 d, u64 e, u64 f); variable 916 return (*real_clone)(a, b, flags, c, d, e, f); in clone_unshare_files() 930 real_clone = (void*)clone; in hook_clone()
|