Searched refs:ac_path (Results 1 – 1 of 1) sorted by relevance
54 if not any([self._online(ac_path) for ac_path in ac_paths]):82 if any(self._online(ac_path) for ac_path in ac_paths):85 def _online(self, ac_path): argument86 online_path = os.path.join(ac_path, 'online')151 if all(not self._online(ac_path) for ac_path in ac_paths):