Searched refs:full_path (Results 1 – 3 of 3) sorted by relevance
/btstack/tool/misc/ |
H A D | update_btstack_config_docu_link.py | 14 def write_configuration(full_path, configuration): argument 16 with open(full_path, "wb") as fout: 20 def get_line_ending(full_path): argument 21 with open(full_path, "r", newline='') as fin: 29 def read_and_update_configuration(full_path, line_ending, root): argument 36 with open(full_path, "rt") as fin:
|
H A D | update_btstack_config.py | 15 def get_line_ending(full_path): argument 16 with open(full_path, "r", newline='') as fin: 58 def read_and_update_configuration(full_path, line_ending): argument 65 with open(full_path, "rt") as fin: 99 def write_configuration(full_path, config_file): argument 100 with open(full_path, "wb") as fout:
|
H A D | fix-misra-12.1.py | 38 full_path = btstack_root + "/" + path 39 print(full_path, lineno, expression) 40 for line in fileinput.input(full_path, inplace=True):
|