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 | 289 const char *shm_file_path = id_str; in __afl_map_shm_fuzz() local 293 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm_fuzz() 508 const char *shm_file_path = id_str; in __afl_map_shm() local 513 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm() 696 const char *shm_file_path = id_str; in __afl_map_shm() local 701 shm_fd = shm_open(shm_file_path, O_RDWR, DEFAULT_PERMISSION); in __afl_map_shm()
|
/external/AFLplusplus/utils/afl_untracer/ |
D | afl-untracer.c | 380 const char *shm_file_path = id_str; in __afl_map_shm() local 385 shm_fd = shm_open(shm_file_path, O_RDWR, 0600); in __afl_map_shm()
|