Lines Matching refs:lvgl_test_dir
13 lvgl_test_dir = os.path.dirname(os.path.realpath(__file__)) variable
14 lvgl_script_path = os.path.join(lvgl_test_dir, "../scripts")
17 wayland_dir = os.path.join(lvgl_test_dir, "wayland_protocols")
73 global lvgl_test_dir
74 return os.path.join(lvgl_test_dir, get_base_build_dir(options_name))
110 global lvgl_test_dir
125 os.chdir(lvgl_test_dir)
166 global lvgl_test_dir
176 os.chdir(lvgl_test_dir)
193 png_path = os.path.join(lvgl_test_dir, "test_images/pngs")
202 … outputs = os.path.join(lvgl_test_dir, f"test_images/stride_align{align}/{compress_name}/")