Home
last modified time | relevance | path

Searched refs:start_dir (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/docs/
Dbuild.py292 def cmd(s, start_dir=None): argument
293 if start_dir is None:
294 start_dir = os.getcwd()
297 os.chdir(start_dir)
Ddoc_builder.py1387 def cmd(cmd_str, start_dir=None): argument
1388 if start_dir is None:
1389 start_dir = os.getcwd()
1392 os.chdir(start_dir)