Home | History | Annotate | Download | only in codereview

Lines Matching full:new_content

3199 			A tuple (base_content, new_content, is_binary, status)
3201 new_content: For text files, this is empty. For binary files, this is
3305 base_content, new_content, is_binary, status = files[filename]
3313 if new_content != None:
3314 StartUploadFile(filename, file_id, new_content, is_binary, status, False)
3465 new_content = None
3484 new_content = open(relpath, "rb").read()
3485 is_binary = is_binary or "\0" in new_content
3491 new_content = None
3492 return base_content, new_content, is_binary, status