Home
last modified time | relevance | path

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

/tools/net/ynl/pyynl/
A Dcli.py17 def schema_dir(): function
19 schema_dir = os.path.abspath(f"{script_dir}/{relative_schema_dir}")
20 if not os.path.isdir(schema_dir):
21 schema_dir = sys_schema_dir
22 if not os.path.isdir(schema_dir):
24 return schema_dir
27 spec_dir = schema_dir() + '/specs'
A Dethtool.py14 from cli import schema_dir, spec_dir
161 schema = os.path.join(schema_dir(), 'genetlink-legacy.yaml')

Completed in 8 milliseconds