/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 | 108 class CopyFile (DstFile): class 110 super(CopyFile, self).__init__(dstFile) 244 CopyFile(srcFile, dstFile).make(packageBuildInfo) 309 lambda s, d: CopyFile(s, d)) 318 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/v8/tools/clang/scripts/ |
D | update.py | 236 def CopyFile(src, dst): function 251 CopyFile(os.path.join(root, f), dst) 373 CopyFile(dia_dll, target_dir) 528 CopyFile(libstdcpp, os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'lib')) 655 CopyFile(libstdcpp, os.path.join(LLVM_BUILD_DIR, 'lib')) 754 CopyFile(os.path.join(sanitizer_include_dir, f),
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/libchrome/base/files/ |
D | file_util_mac.mm | 17 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
|
D | file_util.h | 103 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
|
D | file_util_posix.cc | 335 if (!CopyFile(current, target_path)) { in CopyDirectory() 880 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 269 if (!CopyFile(from_path, to_path)) in CopyProcFiles()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV1.h | 748 bool CopyFile(const Path& Dest, const Path& Src, std::string* ErrMsg);
|
/external/libxml2/win32/ |
D | configure.js | 636 fso.CopyFile(makefile, new_makefile, true); 646 fso.CopyFile(confighsrc, configh, true);
|
/external/swiftshader/third_party/LLVM/utils/ |
D | NewNightlyTest.pl | 385 sub CopyFile { #filename, newfile subroutine
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Path.inc | 24 #undef CopyFile 862 CopyFile(const sys::Path &Dest, const sys::Path &Src, std::string* ErrMsg) { 863 // Can't use CopyFile macro defined in Windows.h because it would mess up the
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 650 if(CopyFile(latest_filename, output_filename, false) == 0) { in update_system_file()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
D | llvm-ld.cpp | 423 if (0 != sys::CopyFile(sys::Path(OutputFilename), llvmstub, &ErrMsg)) in EmitShellScript()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 351 ASSERT_TRUE(CopyFile(helper_path.c_str(), binpath.c_str())) in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Path.inc | 768 sys::CopyFile(const sys::Path &Dest, const sys::Path &Src, std::string* ErrMsg){
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 19701 FUNC 363ac 158 0 google_breakpad::CopyFile
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 20943 FUNC 510ec 1e4 0 google_breakpad::CopyFile
|