Lines Matching refs:os
2 import os
157 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)
180 os.system(os.path.abspath(studio_release) + " -p " + absolute_path + " -n")
187 if not os.path.isfile(pathname_1):
191 if not os.path.isfile(pathname_2):
291 absolute_path = os.path.abspath(studio_exe_path)
292 if not os.path.isfile(absolute_path):
294 Popen(os.path.abspath(absolute_path))
364 if (os.path.exists("c:\\temp\\guix_param1.txt")):
365 os.remove("c:\\temp\\guix_param1.txt")
367 if (os.path.exists("c:\\temp\\guix_param0.txt")):
368 os.remove("c:\\temp\\guix_param0.txt")
475 path = os.path.realpath(DEFAULT_OUTPUT_FILE_PATH + "/" + test_name)
476 if os.path.exists(path) == False:
477 os.makedirs(path)
502 path = os.path.realpath(DEFAULT_TEST_FAILURE_PATH)
503 if os.path.exists(path) == False:
504 os.makedirs(path)
558 path = os.path.realpath(DEFAULT_TEST_FAILURE_PATH)
560 if os.path.exists(path):
563 path = os.path.realpath(DEFAULT_OUTPUT_FILE_PATH)
565 if os.path.exists(path):
578 if os.path.exists(DEFAULT_OUTPUT_FILE_PATH) == False:
579 os.makedirs(DEFAULT_OUTPUT_FILE_PATH)
588 if os.path.exists(gen_golden_file_pathname):
589 os.remove(gen_golden_file_pathname)
641 if os.path.exists(file_path) is False:
662 if os.path.exists(file_path) is False:
1198 if not os.path.isfile(path):
1200 abs_path = os.path.abspath(path)
1498 path = os.path.realpath(path) + '\\'
1580 name = os.path.abspath(name)
1822 path = os.path.realpath(path)
1824 if os.path.exists(path) == False:
1825 os.makedirs(path)
1831 path = os.path.realpath(path)
1833 if os.path.exists(path) == False:
1834 os.makedirs(path)
1840 path = os.path.realpath(path)
1842 if os.path.exists(path) == False:
1843 os.makedirs(path)
2294 path = os.path.realpath(path)
2296 if os.path.exists(path) == False:
2297 os.makedirs(path)
2370 filename = os.path.realpath(filename)
2480 path = os.path.realpath(path)
2482 if os.path.exists(path) == False:
2483 os.makedirs(path)