Lines Matching refs:temp_directory
23 temp_directory = tempfile.mkdtemp(suffix='.lvgl_json') variable
32 temp_lvgl = os.path.join(temp_directory, 'lvgl')
42 pp_file = os.path.join(temp_directory, target_header_base_name + '.pp')
81 with open(os.path.join(temp_directory, 'lv_conf.h'), 'wb') as f:
85 dst = os.path.join(temp_directory, 'lv_conf.h')
88 include_dirs = [temp_directory, project_path]
106 sdl2_include, _ = get_sdl2.get_sdl2(temp_directory)
123 fake_libc_path = create_fake_lib_c.run(temp_directory)
182 ast.setup_docs(no_docstrings, temp_directory)
186 shutil.rmtree(temp_directory)
263 print('temporary file path:', temp_directory)
265 shutil.rmtree(temp_directory)
314 default=os.path.join(temp_directory, "lvgl", "lvgl.h")