Searched refs:locate_file (Results 1 – 2 of 2) sorted by relevance
200 clock_path = utils.locate_file('clock', node)201 enable_path = utils.locate_file(enable_node, node)202 freqs_path = utils.locate_file('available_frequencies', node)
408 def locate_file(path, base_dir=None): function