/external/v8/build/android/gyp/ |
D | copy_ex.py | 27 def CopyFile(f, dest, deps): function 46 CopyFile(f, options.dest, deps) 67 CopyFile(src, os.path.join(options.dest, dest), deps)
|
/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/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 | 334 if (!CopyFile(current, target_path)) { in CopyDirectory() 860 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/libxml2/win32/ |
D | configure.js | 636 fso.CopyFile(makefile, new_makefile, true); 646 fso.CopyFile(confighsrc, configh, true);
|
/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/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
|