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