Home
last modified time | relevance | path

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

/btstack/tool/misc/
H A Dupdate_btstack_config_docu_link.py14 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 Dupdate_btstack_config.py15 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 Dfix-misra-12.1.py38 full_path = btstack_root + "/" + path
39 print(full_path, lineno, expression)
40 for line in fileinput.input(full_path, inplace=True):