Home | History | Annotate | Download | only in command_buffer

Lines Matching refs:old_file

2662       old_file = open(self.filename, "rb");
2663 old_content = old_file.read()
2664 old_file.close();