Searched refs:system_info_path (Results 1 – 2 of 2) sorted by relevance
102 def get_part_config_json(part_list, system_info_path, part_path): argument103 if os.path.exists(system_info_path):106 with open(system_info_path, "r") as system_text:118 print("%s not exists.", system_info_path)
38 system_info_path = os.path.join(52 if os.path.exists(system_info_path):53 os.remove(system_info_path)54 with os.fdopen(os.open(system_info_path, FLAGS, MODES), 'w') as out_file: