Home
last modified time | relevance | path

Searched refs:source_f (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/init/services/etc/appender/
H A Dfile_appender.py40 def load_group_file_as_dict(source_f): argument
42 for line in source_f:
99 with open(options.source_file, 'r') as source_f:
100 source_dict = load_group_file_as_dict(source_f)
111 with open(options.source_file, 'r') as source_f:
112 source_contents = source_f.read()
/ohos5.0/base/startup/init/services/etc/passwd_appender/
H A Dpasswd_appender.py41 def load_group_file_as_dict(source_f): argument
43 for line in source_f:
100 with open(options.source_file, 'r') as source_f:
101 source_dict = load_group_file_as_dict(source_f)
177 with open(file, 'r') as source_f:
178 source_contents = source_f.read()