Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/
Dcheck_for_file_paths.py71 failures += check_file(obj_file, idf_path_binary)
77 def check_file(obj_file, idf_path): # type: (str, bytes) -> int function
/hal_espressif-3.6.0/tools/
Dmkuf2.py157 def check_file(file_name): function
170 …files += [(parse_addr(addr), check_file(f_name)) for addr, f_name in zip(args.files[::2], args.fil…
180 return check_file(os.path.relpath(os.path.join(json_dir, path), start=os.curdir))
Dmkdfu.py245 def check_file(file_name): # type: (str) -> str function
252 …files += [(int(addr, 0), check_file(f_name)) for addr, f_name in zip(args.files[::2], args.files[1…
262 return check_file(os.path.relpath(os.path.join(json_dir, path), start=os.curdir))