Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dutil.py29 def __init__(self, path_to_file): argument
31 if path_to_file is None:
33 with open(path_to_file, "r") as file:
/hal_espressif-latest/tools/esptool_py/esptool/
Dutil.py93 def get_file_size(path_to_file): argument
96 with open(path_to_file, "rb") as f: