Home
last modified time | relevance | path

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

/external/bsdiff/
Dbspatch.cc185 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); in bspatch() local
235 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size)); in bspatch() local
243 int bspatch(const std::unique_ptr<FileInterface>& old_file, in bspatch()
/external/toybox/toys/pending/
Dsyslogd.c289 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()