Home
last modified time | relevance | path

Searched defs:old_file (Results 1 – 4 of 4) sorted by relevance

/external/bsdiff/
Dbspatch.cc221 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); in bspatch() local
273 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size)); in bspatch() local
281 int bspatch(const std::unique_ptr<FileInterface>& old_file, in bspatch()
/external/toybox/toys/pending/
Dsyslogd.c290 char old_file[i]; in write_rotate() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c762 rc_register_file old_file, in rgb_to_alpha_remap()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem.py1541 def rename(self, old_file, new_file): argument