Searched refs:actual_crashing_pid (Results 1 – 2 of 2) sorted by relevance
243 pid_t actual_crashing_pid = -1; in OnFileCanReadWithoutBlocking() local244 if (!base::FindProcessHoldingSocket(&actual_crashing_pid, inode_number)) { in OnFileCanReadWithoutBlocking()251 if (actual_crashing_pid != crashing_pid) { in OnFileCanReadWithoutBlocking()252 crashing_pid = actual_crashing_pid; in OnFileCanReadWithoutBlocking()
282 pid_t actual_crashing_pid = -1; in OnFileCanReadWithoutBlocking() local283 if (!base::FindProcessHoldingSocket(&actual_crashing_pid, inode_number)) { in OnFileCanReadWithoutBlocking()290 crashing_pid = actual_crashing_pid; in OnFileCanReadWithoutBlocking()