Searched refs:check_file (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/ |
D | check_for_file_paths.py | 71 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/ |
D | mkuf2.py | 157 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))
|
D | mkdfu.py | 245 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))
|