Searched refs:exec_mmap_it (Results 1 – 1 of 1) sorted by relevance
167 auto exec_mmap_it = pid_to_executable_mmap_.find(fork.ppid()); in UpdateMapsWithForkEvent() local168 if (exec_mmap_it != pid_to_executable_mmap_.end()) { in UpdateMapsWithForkEvent()169 pid_to_executable_mmap_[fork.pid()] = exec_mmap_it->second; in UpdateMapsWithForkEvent()