Searched refs:existing_process (Results 1 – 1 of 1) sorted by relevance
86 const auto& existing_process = sandboxed_processes_.find(handle); in FinishedFork() local87 CHECK(existing_process == sandboxed_processes_.end()); in FinishedFork()