Home
last modified time | relevance | path

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

/external/bsdiff/
Dbspatch.cc186 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); in bspatch() local
236 std::unique_ptr<FileInterface> old_file(new MemoryFile(old_data, old_size)); in bspatch() local
244 int bspatch(const std::unique_ptr<FileInterface>& old_file, in bspatch()
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc85 bool MoveFile(const std::string& old_file, const std::string& new_file) { in MoveFile()
145 bool MoveFile(const std::string& old_file, const std::string& new_file) { in MoveFile()
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h25 static void StripFile(const FileDescriptor* old_file, in StripFile()
/external/llvm-project/lldb/source/Host/windows/
DConnectionGenericFileWindows.cpp144 HANDLE old_file = m_file; in Disconnect() local
/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()
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc899 std::unique_ptr<WritableFile> old_file; in TEST_P() local
1030 std::unique_ptr<WritableFile> old_file; in TEST_P() local