Searched refs:files_find (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/test/guix_studio_test/test_demo/ |
| D | search_gxps.py | 5 def files_find(pattern, directory): function 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') 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') 34 solutions = files_find(['*.vcxproj'], start_dir + '\\samples') 35 solutions += files_find(['*.vcxproj'], start_dir + '\\test\example_internal') 36 solutions += files_find(['*.vcxproj'], start_dir + '\\tutorials')
|