Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_studio_test/test_demo/
Dsearch_gxps.py14 def project_search(start_dir, search_samples = True, search_tutorials = True, search_internal_examp… argument
17 gxps = files_find(['*.gxp'], start_dir + '\\samples')
20 gxps += files_find(['*.gxp'], start_dir + '\\test\example_internal')
23 gxps += files_find(['*.gxp'], start_dir + '\\tutorials')
27 def source_file_search(start_dir): argument
28 solutions = files_find(['*.c'], start_dir + '\\samples')
29 solutions += files_find(['*.c'], start_dir + '\\test\example_internal')
30 solutions += files_find(['*.c'], start_dir + '\\tutorials')
33 def sln_file_search(start_dir): argument
34 solutions = files_find(['*.vcxproj'], start_dir + '\\samples')
[all …]