Lines Matching refs:jerry_path
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, "..", "..")
251 main(curie_path, project_name, jerry_path)