Searched refs:pidComm (Results 1 – 1 of 1) sorted by relevance
91 String[] pidComm = line.split(" ", 2); in pidsOf() local92 int pid = Integer.valueOf(pidComm[0]); in pidsOf()93 String comm = pidComm[1]; in pidsOf()