Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py263 def read_json_database(db_file_name): argument
266 with open(db_file_name, "r", encoding="iso-8859-1") as db_fd:
294 def write_json_database(db_file_name, database): argument
306 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd:
314 def write_syst_database(db_file_name, database): argument
320 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd: