Searched refs:cwd (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/env_support/rt-thread/squareline/ |
D | SConscript | 3 cwd = GetCurrentDir() 5 inc = [cwd] 15 sls_src_cwd = cwd
|
/lvgl-latest/ |
D | SConscript | 7 cwd = GetCurrentDir() 9 objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
|
/lvgl-latest/env_support/rt-thread/ |
D | SConscript | 9 cwd = GetCurrentDir() # get current dir path 12 port_inc = [cwd] 23 lvgl_cwd = cwd + '/../../' 66 list = os.listdir(cwd) 68 path = os.path.join(cwd, d)
|
/lvgl-latest/tests/micropy_test/ |
D | __init__.py | 358 cwd = os.path.abspath(os.getcwd()) variable 360 ARTIFACT_PATH = os.path.join(cwd, 'artifacts') 361 MICROPYTHON_PATH = os.path.join(cwd, 'micropython') 389 ARTIFACT_PATH = os.path.join(cwd, args.artifact_path) 390 MICROPYTHON_PATH = os.path.join(cwd, args.mpy_path)
|
/lvgl-latest/scripts/ |
D | release_branch_updater.py | 141 ….check_output(("find", ".", "-name", "lv_conf.defaults", "-print", "-quit"), cwd=port_clone_tmpdir) 146 …process.check_output(("find", ".", "-name", "lv_conf.h", "-print", "-quit"), cwd=port_clone_tmpdir)
|