Searched refs:pidfiles (Results 1 – 3 of 3) sorted by relevance
459 pidfiles = {pidfile_path: '123\n12\n0\n'}461 'pidfiles': pidfiles,465 'pidfiles_second_read':pidfiles,480 pidfiles = self.manager._pidfiles481 pidfile_id = pidfiles.keys()[0]482 pidfile_contents = pidfiles[pidfile_id]
184 pidfiles = {}190 pidfiles[pidfile_path] = file_object.read()194 return pidfiles
390 def _process_pidfiles(self, drone, pidfiles, store_in_dict): argument391 for pidfile_path, contents in pidfiles.iteritems():