Home
last modified time | relevance | path

Searched refs:yaml (Results 1 - 2 of 2) sorted by relevance

/build/hb/util/
H A Dio_util.py60 yaml = importlib.import_module('yaml')
63 return yaml.safe_load(yaml_file)
64 except yaml.YAMLError as exc:
/build/ohos/hisysevent/
H A Dgen_def_from_all_yaml.py30 from third_party.PyYAML.lib import yaml # noqa: E402 namespace
33 _EMPTY_YAML = "empty yaml file input"
34 _INVALID_YAML = "invalid yaml format"
85 "The yaml file list is empty.",
87 "Invalid yaml file, error message: <<%s>>.",
91 "The domain definition is missing in the yaml file.",
230 class _UniqueKeySafeLoader(yaml.SafeLoader):
246 table_header = "HiSysEvent yaml file: <<%s>>" % _yaml_file_path
313 print("Failed to parse the yaml file. For details about the error "\
374 _build_warning_info(_INVALID_YAML, ("The yaml fil
[all...]

Completed in 2 milliseconds