Home
last modified time | relevance | path

Searched defs:CopyFile (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/
DNewNightlyTest.pl385 sub CopyFile { #filename, newfile subroutine
/external/google-breakpad/src/common/tests/
Dfile_utils.cc44 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile() function
/external/boringssl/src/util/bot/
Dupdate_clang.py128 def CopyFile(src, dst): function
/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc268 Status FileSystem::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::FileSystem
Denv.cc284 Status Env::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::Env
/external/v8/tools/clang/scripts/
Dupdate.py228 def CopyFile(src, dst): function
/external/webrtc/webrtc/base/
Dwin32filesystem.cc291 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::Win32Filesystem
Dfileutils_mock.h185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
Dunixfilesystem.cc267 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::UnixFilesystem
Dfileutils.h327 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i113 void CopyFile(const string& src, const string& target, bool overwrite, in CopyFile() function
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.cc285 Status PosixFileSystem::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::PosixFileSystem
/external/deqp/scripts/
Dmake_release.py108 class CopyFile (DstFile): class
/external/libchrome/base/files/
Dfile_util_posix.cc944 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function