Home
last modified time | relevance | path

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

/external/AFLplusplus/utils/afl_proxy/
Dafl-proxy.c115 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/
Dafl-network-client.c112 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/
Dafl-compiler-rt.o.c289 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/
Dafl-untracer.c380 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()