Home
last modified time | relevance | path

Searched refs:temp_directory (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/docs/
Dbuild.py265 temp_directory = os.environ['LVGL_FIXED_TEMP_DIR']
267 temp_directory = tempfile.mkdtemp(suffix='.lvgl_docs')
278 latex_output_path = os.path.join(temp_directory, 'out_latex')
280 pdf_dst_file = os.path.join(temp_directory, 'LVGL.pdf')
281 html_src_path = temp_directory
412 c1 = os.path.exists(temp_directory)
415 temp_path = os.path.join(temp_directory, 'CHANGELOG.rst')
417 temp_path = os.path.join(temp_directory, 'CODING_STYLE.rst')
419 temp_path = os.path.join(temp_directory, 'CONTRIBUTING.rst')
421 temp_path = os.path.join(temp_directory, '_ext')
[all …]
Dadd_translation.py35 def exec(temp_directory): argument
46 rst_file = os.path.join(temp_directory, 'index.rst')
Dexample_list.py121 def exec(temp_directory): argument
122 output_path = os.path.join(temp_directory, 'examples.rst')
Ddoc_builder.py1323 def __init__(self, temp_directory): argument
1331 lvgl_path = os.path.join(temp_directory, 'lvgl')
1341 os.path.join(temp_directory, 'lv_conf.h')
1345 with open(os.path.join(temp_directory, 'Doxyfile'), 'wb') as f:
1426 cmd('doxygen Doxyfile', temp_directory)
1428 xml_path = os.path.join(temp_directory, 'xml')
1479 def run(project_path, temp_directory, *doc_paths): argument
1499 base_path = temp_directory
/lvgl-latest/scripts/gen_json/
Dgen_json.py23 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)
[all …]
Dpycparser_monkeypatch.py574 def setup_docs(self, no_docstrings, temp_directory): # NOQA argument
609 docs = doc_builder.XMLSearch(temp_directory)