Home
last modified time | relevance | path

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

/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_partition_label_use.py23 from check_common import read_file, traverse_file_in_each_type namespace
60 whitelist = read_file(path)
86 label_data = read_file(label_path)
88 file_contexts_data = read_file(input_args.file_contexts)
H A Dcheck_data_regex.py23 from check_common import read_file, traverse_file_in_each_type namespace
73 whitelist = read_file(path)
93 file_contexts_data = read_file(input_args.file_contexts)
H A Dcheck_common.py39 def read_file(input_file): function
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dsystem_util.py36 def read_file(name, normalize=True): function
H A Dfile_parser.py556 self.add_data(filename, system_util.read_file(filepath))
/base/request/request/test/rustest/src/
H A Dlib.rs76 let file = reply.read_file().unwrap(); in new()
298 reply.read_file().unwrap() in open_channel()
/base/request/request/services/src/service/command/
H A Dconstruct.rs141 let ipc_fd: File = data.read_file()?;

Completed in 5 milliseconds