Lines Matching refs:update
822 update = os.access(self.component_srcdir(k), os.F_OK)
824 if (update and
833 update = False
835 revision = self.checkout_vcs(k, v[4:], update)
837 self.checkout_tar(k, v, update)
845 def checkout_vcs(self, component, version, update): argument
855 return self.git_checkout(component, git_url, git_branch, update)
861 return self.gcc_checkout(branch, update)
868 r = self.git_checkout(component, git_url, git_branch, update)
874 r = self.git_checkout(component, git_url, git_branch, update)
881 r = self.git_checkout(component, git_url, git_branch, update)
888 r = self.git_checkout(component, git_url, git_branch, update)
896 def git_checkout(self, component, git_url, git_branch, update): argument
898 if update:
941 def gcc_checkout(self, branch, update): argument
950 update = False
951 if not update:
953 branch, update)
962 def checkout_tar(self, component, version, update): argument
965 if update: