Home
last modified time | relevance | path

Searched refs:read_json_file (Results 1 - 7 of 7) sorted by relevance

/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_permissive.py22 from check_common import read_json_file, traverse_file_in_each_type namespace
64 white_list = read_json_file(path).get('whitelist')
H A Dselinux_check_main.py22 from check_common import read_json_file, run_command namespace
87 check_config = read_json_file(os.path.join(input_args.source_root_dir, input_args.selinux_check_config))
H A Dcheck_ioctl_xperm.py22 from check_common import read_json_file, traverse_file_in_each_type namespace
104 white_list = read_json_file(path).get('whitelist')
H A Dcheck_perm_group.py23 from check_common import read_json_file, traverse_file_in_each_type namespace
168 white_list = read_json_file(path).get('whitelist')
244 check_rules = read_json_file(os.path.join(script_path, input_args.config)).get('check_rules')
H A Dcheck_common.py25 def read_json_file(input_file): function
H A Dcheck_baseline.py24 from check_common import read_json_file, traverse_file_in_each_type namespace
218 baselines = read_json_file(os.path.join(script_dir, input_args.config)).get('baseline')
/base/hiviewdfx/hiview/build/
H A Dgen_plugin_build.py29 def read_json_file(input_file): function
293 data = read_json_file(input_file)

Completed in 3 milliseconds