Searched refs:shm_file_path (Results 1 – 4 of 4) sorted by relevance
/external/AFLplusplus/utils/afl_proxy/ |
D | afl-proxy.c | 115 const char * shm_file_path = id_str; in __afl_map_shm() local 120 shm_fd = shm_open(shm_file_path, O_RDWR, 0600); in __afl_map_shm()
|
/external/AFLplusplus/utils/afl_network_proxy/ |
D | afl-network-client.c | 112 const char * shm_file_path = id_str; in __afl_map_shm() local 117 shm_fd = shm_open(shm_file_path, O_RDWR, 0600); in __afl_map_shm()
|
/external/AFLplusplus/instrumentation/ |
D | afl-compiler-rt.o.c | 224 const char *shm_file_path = id_str; in __afl_map_shm_fuzz() local 228 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm_fuzz() 367 const char * shm_file_path = id_str; in __afl_map_shm() local 372 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm() 543 const char * shm_file_path = id_str; in __afl_map_shm() local 548 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm()
|
/external/AFLplusplus/utils/afl_untracer/ |
D | afl-untracer.c | 350 const char * shm_file_path = id_str; in __afl_map_shm() local 355 shm_fd = shm_open(shm_file_path, O_RDWR, 0600); in __afl_map_shm()
|