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