Lines Matching refs:path
27 UniProton_home = os.path.dirname(os.path.abspath(__file__))
28 sys.path.insert(0, "%s/cmake/common/build_auxiliary_script"%UniProton_home)
30 sys.path.insert(0, "%s/build/uniproton_ci_lib"%UniProton_home)
136 if not os.path.exists(self.build_tmp_dir):
138 if not os.path.exists(self.log_dir):
142 self.builder = BuilderNolog(os.path.join(self.log_dir, self.log_file))
144 real_path = os.path.realpath(self.build_tmp_dir)
145 if os.path.exists(real_path):
175 folder_path = os.path.join(foldername,subfoldername)
176 shutil.rmtree(os.path.relpath(folder_path))
179 file_dir = os.path.join(foldername,filename)
180 os.remove(os.path.relpath(file_dir))
181 if os.path.exists('%s/cmake/common/build_auxiliary_script/__pycache__'%self.home_path):
183 if os.path.exists('%s/output'%self.home_path):
185 if os.path.exists('%s/tools/SRE/x86-win32/sp_makepatch/makepatch'%self.home_path):
187 if os.path.exists('%s/build/prepare/__pycache__'%self.home_path):
206 if os.path.exists('%s/%s' % (self.log_dir, self.log_file)):