Searched refs:jerry_path (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/targets/curie_bsp/ |
H A D | setup.py | 20 def build_soft_links(project_path, jerry_path): 40 'src': jerry_path, 46 src = os.path.join(jerry_path, link['src']) 70 def build_jerry_data(jerry_path): 80 for file in find_sources(os.path.normpath(jerry_path), sub_dir): 188 def create_quark_kbuild(project_path, jerry_path): 193 jerry_data = build_jerry_data(jerry_path) 226 def main(curie_path, project_name, jerry_path): 229 build_soft_links(project_path, jerry_path) 234 create_quark_kbuild(project_path, jerry_path) 248 jerry_path = os.path.join(file_dir, "..", "..") global() variable [all...] |
Completed in 1 milliseconds