Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py177 for i, subdir in enumerate(self.STUB_SUBDIRS):
178 json_path = os.path.join(self.STUB_DIR, subdir, f"{chip_name}.json")
190 def set_preferred_stub_subdir(cls, subdir): argument
191 if subdir in cls.STUB_SUBDIRS:
192 cls.STUB_SUBDIRS.remove(subdir)
193 cls.STUB_SUBDIRS.insert(0, subdir)