Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py219 return os.path.basename(rtl_filename).startswith(symbol_filename)
345 for basename in files:
346 if basename.endswith(ext):
347 filename = os.path.join(root, basename)
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dwrap_stub.py79 return os.path.splitext(os.path.basename(filename))[0] + ".json"
/hal_espressif-latest/zephyr/scripts/blobs/
Desp_genblobs.py66 return tail or ntpath.basename(head)
/hal_espressif-latest/zephyr/scripts/pinctrl/
Desp_genpinctrl.py119 soc = os.path.basename(pcfg_in).replace('.yml', '')
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dlogger.py75 name = 'log.{}.{}.txt'.format(os.path.splitext(os.path.basename(self.elf_file))[0],
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py194 if os.path.basename(path) == 'cacrt_all.pem' and args.filter:
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py475 def save(self, basename): argument
482 % (basename, irom_segment.addr - ESP8266ROM.IROM_MAP_START),
489 with open("%s0x00000.bin" % basename, "wb") as f:
/hal_espressif-latest/components/efuse/
Defuse_table_gen.py467 file_name = os.path.splitext(os.path.basename(name))[0]