Home | History | Annotate | Download | only in at-factory-tool

Lines Matching refs:config_file_path

378     config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)
379 if not os.path.exists(config_file_path):
382 with open(config_file_path, 'r') as config_file:
411 config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)
412 with open(config_file_path, 'w') as config_file: