Searched refs:json_file (Results 1 – 3 of 3) sorted by relevance
36 with open(os.path.join(expect_path, "{}.txt".format(file_name))) as json_file:37 permission_file_content = json.load(json_file)
176 def get_json_file(json_file_new, json_file): # 获取生成的json文件 argument178 json_file2 = json_file
27 with open(os.path.abspath(os.path.join(current_file, "rules/perssion_rule.json"))) as json_file:28 permission_file_content = json.load(json_file)31 with open(os.path.abspath(os.path.join(current_file, "rules/syscap_rule.json"))) as json_file:32 syscap_tag_rules = json.load(json_file)