Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/blueprint/
Dvndk.py176 def parse_root_bp(self, root_bp_path, namespaces=None): argument
182 parser.parse_file(root_bp_path)
184 parsed_items = fill_module_namespaces(root_bp_path, parsed_items)
190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument
193 result.parse_root_bp(root_bp_path, namespaces)
Danalyze_manifest_split.py63 def parse_blueprint(root_bp_path): argument
66 parser.parse_file(root_bp_path)
68 return fill_module_namespaces(root_bp_path, parsed_items)