Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/test/testCase/
Drun_main.py36 with open(os.path.join(expect_path, "{}.txt".format(file_name))) as json_file:
37 permission_file_content = json.load(json_file)
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dgenerating_tables.py176 def get_json_file(json_file_new, json_file): # 获取生成的json文件 argument
178 json_file2 = json_file
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
Dcheck_doc.py27 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)