Home | History | Annotate | Download | only in codereview

Lines Matching refs:open

285 		f = open(path+'!', "w")
514 ff = open(path)
737 f = open(repo.root+"/last-change", "w")
937 for line in open(f, 'r'):
945 # ignore cannot open file, etc.
972 f = open(repo.root + '/CONTRIBUTORS', 'r')
974 ui.write("warning: cannot open %s: %s\n" % (opening, ExceptionDetail()))
2250 f = open(repo_config_path)
2258 codereview_disabled = 'codereview disabled: cannot open ' + repo_config_path
2477 f = self.opener.open(req)
2656 # This code is derived from appcfg.py in the App Engine SDK (open source),
2715 last_email_file = open(last_email_file_name, "r")
2724 last_email_file = open(last_email_file_name, "w")
2837 response = self.opener.open(req)
2863 response = self.opener.open(req)
2957 f = self.opener.open(req)
3008 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
3484 new_content = open(relpath, "rb").read()