Lines Matching refs:write

87             sys.stderr.write("ERROR : %d : %s\n" % (err_val.returncode, err_val.__str__()))
89 sys.stderr.write(" : Partial results may be in this file: %s\n" % filename)
96 sys.stderr.write("I/O ERROR : %s : %s\n" % (str(errno), strerror))
97 sys.stderr.write("ERROR : this command failed : %s\n" % CmdLine)
99 sys.stderr.write(" : Partial results may be in this file: %s\n" % filename)
106 sys.stderr.write("OS ERROR : %s : %s\n" % (str(errno), strerror))
107 sys.stderr.write("ERROR : this command failed : %s\n" % CmdLine)
109 sys.stderr.write(" : Partial results may be in this file: %s\n" % filename)
116 sys.stderr.write("ERROR : Command terminated by user : %s\n" % CmdLine)
118 sys.stderr.write(" : Partial results may be in this file: %s\n" % filename)
152 fd_.write(line)
167 fd_.write(line)
182 fd_.write(line)
199 fd_.write(line)
210 sys.stderr.write("Subprocess ERROR : %s\n" % err_val)
215 sys.stderr.write("I/O ERROR : %d : %s\n" % (str(errno), strerror))
216 sys.stderr.write("ERROR : this command failed : %s\n" % CmdLine)
221 sys.stderr.write("OS ERROR : %d : %s\n" % (str(errno), strerror))
222 sys.stderr.write("ERROR : this command failed : %s\n" % CmdLine)
227 sys.stderr.write("ERROR : Command terminated by user : %s\n" % CmdLine)
231 sys.stdout.write("Reverted this file: %s\n" % Filename)
241 sys.stderr.write("WARNING: the svn command-line tool is not available.\n")
285 sys.stdout.write("SVN does not appear to be available.\n")
290 sys.stdout.write("Found %s" % contents[0])
303 fd_.write(line)
308 sys.stderr.write("Unable to restore this file: %s\n" % Dest)
314 sys.stdout.write("Restored this file: %s\n" % Src)
367 sys.stderr.write(SYS_ENV_ERR % 'WORKSPACE')
370 sys.stderr.write(SYS_ENV_ERR % 'BASE_TOOLS_PATH')
373 sys.stderr.write("Unable to locate the %s directory." % os.environ['BASE_TOOLS_PATH'])
389 sys.stdout.write("Revision: %s is Modified: %s\n" % (Revision, Modified))