Searched refs:project_path (Results 1 – 10 of 10) sorted by relevance
| /GUIX-v6.2.1/test/guix_studio_test/test_demo/ |
| D | compare_two_files.py | 69 def compare_output_files(project_path, golden_file_list): argument 73 if project_path.endswith('example_internal\\folder_output_test\\'): 75 …if compare(project_path + "main_display_resources.c", project_path + "folder_output_test_MAIN_DISP… 79 …if compare(project_path + "main_display_resources.h", project_path + "folder_output_test_MAIN_DISP… 84 …if compare(project_path + "secondary_resources.c", project_path + "folder_output_test_SECONDARY_re… 88 …if compare(project_path + "secondary_resources.h", project_path + "folder_output_test_SECONDARY_re… 92 …if compare(project_path + "specifications.h", project_path + "folder_output_test_specifications.h"… 100 …if compare(project_path + "button_screen.c", project_path + "button_screen_specifications.c") == F… 104 …if compare(project_path + "empty_folder.c", project_path + "empty_folder_specifications.c") == Fal… 108 …if compare(project_path + "indicator_screen_runtime_allocate.c", project_path + "indicator_screen_… [all …]
|
| D | test_main.py | 96 (project_path, project_name) = os.path.split(project_pathname) 97 project_path += '\\' 104 test_file_list = os.listdir(project_path) 175 os.system("mkdir " + project_path + "project_output_folder") 177 os.system("mkdir " + project_path + "xml_output_folder") 178 …os.system(os.path.abspath(studio_release) + " -x " + project_path + "font_1bpp.xml -b --output_pat… 179 …os.system(os.path.abspath(studio_release) + " -x " + project_path + "font_4bpp.xml -b --output_pat… 180 …os.system(os.path.abspath(studio_release) + " -x " + project_path + "font_8bpp.xml -b --output_pat… 181 …os.system(os.path.abspath(studio_release) + " -x " + project_path + "pixelmap_8bit_palette.xml -b … 182 …os.system(os.path.abspath(studio_release) + " -x " + project_path + "pixelmap_565rgb.xml -b --outp… [all …]
|
| D | set_project_lib_version.py | 44 (project_path, project_name) = os.path.split(absolute_path)
|
| /GUIX-v6.2.1/guix_studio/ |
| D | CommandInfo.cpp | 134 ReadPathName(pathname, project_path, project_name); in ReadCommandLineInfo() 175 ReadPathName(argument, project_path, project_name); in ReadCommandLineInfo() 187 ReadPathName(argument, project_path, project_name); in ReadCommandLineInfo() 256 path = ConcatPathNames(project_path, path); in ReadCommandLineInfo() 262 path = project_path; in ReadCommandLineInfo()
|
| D | CommandInfo.h | 19 CString GetProjectPath(){ return project_path; }; in GetProjectPath() 42 CString project_path; variable
|
| D | import_project_dlg.cpp | 22 import_project_dlg::import_project_dlg(studiox_project *merge_project, CString project_path, CWnd* … in import_project_dlg() argument 29 mProjectPath = project_path; in import_project_dlg()
|
| D | import_project_dlg.h | 11 …import_project_dlg(studiox_project *merge_project, CString project_path, CWnd* pParent = NULL); …
|
| D | xliff_read_write.cpp | 47 project->mHeader.project_path, in ExportLanguage() 96 project->mHeader.project_path, in ExportLanguage()
|
| D | StudioXProject.cpp | 835 mHeader.project_path = path; in studiox_project() 995 src->mHeader.project_path, src->mHeader.project_name, FALSE); in Clone() 3306 CString pathname = mHeader.project_path; in Save() 3336 CString old_pathname = mHeader.project_path; in SaveAs() 3349 mHeader.project_path.GetBuffer(), in SaveAs() 3361 mHeader.project_path = new_path; in SaveAs() 3368 mHeader.project_path = old_pathname; in SaveAs()
|
| D | StudioXProject.h | 546 CString project_path; variable
|