/external/webrtc/webrtc/base/ |
D | fileutils.h | 178 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0; 185 return CopyFile(old_path, new_path); in CopyFileOrFolder() 327 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function 328 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path); in CopyFile()
|
D | win32filesystem.h | 55 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
|
D | unixfilesystem.h | 73 bool CopyFile(const Pathname& old_path, const Pathname& new_path) override;
|
D | win32filesystem.cc | 291 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::Win32Filesystem 293 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(), in CopyFile()
|
D | unixfilesystem.cc | 233 if (!CopyFile(old_path, new_path)) in MoveFile() 267 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::UnixFilesystem
|
D | fileutils_mock.h | 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
|
/external/deqp/scripts/ |
D | make_release.py | 110 class CopyFile (DstFile): class 112 super(CopyFile, self).__init__(dstFile) 246 CopyFile(srcFile, dstFile).make(packageBuildInfo) 311 lambda s, d: CopyFile(s, d)) 320 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
|
/external/google-breakpad/src/common/tests/ |
D | file_utils.h | 39 bool CopyFile(const char* from_path, const char* to_path);
|
D | file_utils.cc | 44 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile() function
|
/external/boringssl/src/util/bot/ |
D | update_clang.py | 130 def CopyFile(src, dst): function 161 CopyFile(dia_dll, target_dir)
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 37 #undef CopyFile 211 virtual tensorflow::Status CopyFile(const string& src, const string& target);
|
D | env.h | 40 #undef CopyFile 251 Status CopyFile(const string& src, const string& target);
|
D | env.cc | 41 #undef CopyFile 309 Status Env::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::Env 315 return src_fs->CopyFile(src, target); in CopyFile()
|
D | file_system.cc | 196 Status FileSystem::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::FileSystem
|
/external/skqp/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.h | 63 Status CopyFile(const string& src, const string& target) override;
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 332 Status status = CopyFile(src, target); in RenameFile() 345 Status ModularFileSystem::CopyFile(const std::string& src, in CopyFile() function in tensorflow::ModularFileSystem 347 if (ops_->copy_file == nullptr) return FileSystem::CopyFile(src, target); in CopyFile()
|
D | modular_filesystem_test.cc | 37 #undef CopyFile 918 status = env_->CopyFile(filepath, new_filepath); in TEST_P() 941 status = env_->CopyFile(filepath, new_filepath); in TEST_P() 954 Status status = env_->CopyFile(filepath, new_filepath); in TEST_P() 964 status = env_->CopyFile(dirpath, new_filepath); in TEST_P() 979 status = env_->CopyFile(filepath, dirpath); in TEST_P() 992 status = env_->CopyFile(old_filepath, new_filepath); in TEST_P() 1010 status = env_->CopyFile(old_filepath, new_filepath); in TEST_P() 1030 status = env_->CopyFile(filepath, new_filepath); in TEST_P()
|
D | modular_filesystem.h | 89 Status CopyFile(const std::string& src, const std::string& target) override;
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | posix_filesystem.cc | 328 static void CopyFile(const TF_Filesystem* filesystem, const char* src, in CopyFile() function 444 ops->filesystem_ops->copy_file = tf_posix_filesystem::CopyFile; in ProvideFilesystemSupportFor()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 269 if (!CopyFile(from_path, to_path)) in CopyProcFiles()
|
/external/libchrome/base/files/ |
D | file_util.h | 118 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io_wrapper.cc | 94 status = env->CopyFile(src, target); in PYBIND11_MODULE()
|
D | file_io.py | 474 _pywrap_file_io.CopyFile(
|