Searched defs:old_file (Results 1 – 4 of 4) sorted by relevance
221 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); in bspatch() local273 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size)); in bspatch() local281 int bspatch(const std::unique_ptr<FileInterface>& old_file, in bspatch()
290 char old_file[i]; in write_rotate() local
762 rc_register_file old_file, in rgb_to_alpha_remap()
1541 def rename(self, old_file, new_file): argument