Searched refs:os (Results 1 – 25 of 49) sorted by relevance
12
1 import os13 from os.path import basename15 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + '\\..\\test_view')69 if not os.path.isfile(project_sln_path):73 if os.system("msbuild " + project_sln_path + " /p:Configuration=Release") != 0:83 if not os.path.isfile(project_sln_path):87 if os.system("msbuild " + project_sln_path + " /p:Configuration=" + configuration) != 0:95 project_pathname = os.path.abspath(file)96 (project_path, project_name) = os.path.split(project_pathname)104 test_file_list = os.listdir(project_path)[all …]
1 import os7 …logging.debug('Comparing: %s and %s', os.path.basename(file_name_1), os.path.basename(file_name_2))10 if os.path.exists(file_name_1) is False:14 if os.path.exists(file_name_2) is False:179 file_list = os.listdir(test_output_path)
1 import os39 absolute_path = os.path.abspath(project)41 if not os.path.isfile(absolute_path):44 (project_path, project_name) = os.path.split(absolute_path)
1 import os7 for root, dirnames, filenames in os.walk(directory):10 gxps.append(os.path.join(root, filename))
2 import os157 if not os.path.isfile(msbuild_exe_path):161 if not os.path.isfile(msbuild_exe_path):164 os.system("msbuild " + project_sln_path + " /p:Configuration=Release")168 path = os.path.realpath(DEFAULT_OUTPUT_FILE_PATH)170 if os.path.exists(path) == False:171 os.makedirs(path)173 if not os.path.isfile(gxp_project):176 if not os.path.isfile(studio_release):179 absolute_path = os.path.abspath(gxp_project)[all …]
2 import os94 studio_release = os.path.abspath(studio_release)95 project_pathname = os.path.abspath(project_pathname)99 …os.system(os.path.abspath(studio_release) + " -p " + project_pathname + " -n -r -i ../EnglishtoJap…
2 import os12 if not os.path.isfile(test_project):
2 import os257 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_project_impor…291 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_project_impor…340 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + "\\test_compile_impor…
2 import os104 …import_project_name = os.path.abspath(test_utils.DEFAULT_OUTPUT_FILE_PATH) + '\\test_widget_name.g…
2 import os
1 import os
262 GIT_EXTERN(int) git_oid_shorten_add(git_oid_shorten *os, const char *text_id);269 GIT_EXTERN(void) git_oid_shorten_free(git_oid_shorten *os);