Searched refs:find_pid (Results 1 – 2 of 2) sorted by relevance
47 if not self.find_pid('shill'):301 def find_pid(self, process_name): member in network_ShillInitScripts313 pid = self.find_pid('shill')
183 def find_pid(command): function