Searched defs:old_file (Results 1 - 3 of 3) sorted by relevance

/external/bsdiff/
H A Dbspatch.cc185 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); local
186 if (!old_file) {
197 old_file.reset(new ExtentsFile(std::move(old_file), parsed_old_extents));
225 return bspatch(old_file, new_file, patch_data, patch_size);
235 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size));
238 return bspatch(old_file, new_file, patch_data, patch_size);
241 // Patch |old_file| with |patch_data| and save it to |new_file|.
243 int bspatch(const std::unique_ptr<FileInterface>& old_file, argument
254 if (!old_file
[all...]
/external/toybox/toys/pending/
H A Dsyslogd.c289 char old_file[i]; local
295 sprintf(old_file, "%s.%d", tf->filename, --i);
296 rename(old_file, new_file);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c762 rc_register_file old_file,
775 old_file, new_index);
759 rgb_to_alpha_remap( struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) argument

Completed in 1763 milliseconds