/external/syzkaller/pkg/build/ |
D | linux.go | 59 if err := osutil.CopyFile(configFile, outputConfig); err != nil { 104 if err := osutil.CopyFile(filepath.Join(tempDir, "disk.raw"), imageFile); err != nil { 108 if err := osutil.CopyFile(filepath.Join(tempDir, "key"), keyFile); err != nil {
|
D | fuchsia.go | 37 if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
|
D | gvisor.go | 50 return osutil.CopyFile(runsc, filepath.Join(outputDir, "image"))
|
D | akaros.go | 96 if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
|
/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/syzkaller/syz-ci/ |
D | syzupdater.go | 178 if err := osutil.CopyFile(latestBin, upd.exe); err != nil { 181 if err := osutil.CopyFile(latestTag, upd.exe+".tag"); err != nil { 216 if err := osutil.CopyFile(src, dst); err != nil {
|
/external/boringssl/src/util/bot/ |
D | update_clang.py | 128 def CopyFile(src, dst): function 159 CopyFile(dia_dll, target_dir)
|
/external/v8/tools/clang/scripts/ |
D | update.py | 228 def CopyFile(src, dst): function 239 CopyFile(os.path.join(src, f), dst) 402 CopyFile(dia_dll, target_dir) 672 CopyFile(os.path.join(THREADS_ENABLED_BUILD_DIR, 'bin', 'lld-link.exe'), 674 CopyFile(os.path.join(THREADS_ENABLED_BUILD_DIR, 'bin', 'lld.pdb'), 678 CopyFile(os.path.join(THREADS_ENABLED_BUILD_DIR, 'bin', tool),
|
/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/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 113 void CopyFile(const string& src, const string& target, bool overwrite, in CopyFile() function 121 tensorflow::Env::Default()->CopyFile(src, target); in CopyFile() 263 void CopyFile(const string& oldpath, const string& newpath, bool overwrite,
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/skqp/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/syzkaller/pkg/osutil/ |
D | fileutil.go | 14 func CopyFile(oldFile, newFile string) error { func
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | posix_file_system.h | 63 Status CopyFile(const string& src, const string& target) override;
|
/external/syzkaller/vm/gvisor/ |
D | gvisor.go | 101 if err := osutil.CopyFile(bin, filepath.Join(imageDir, "init")); err != nil { 225 if err := osutil.CopyFile(hostSrc, filepath.Join(inst.imageDir, fname)); err != nil {
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 204 virtual Status CopyFile(const string& src, const string& target);
|
D | file_system.cc | 172 Status FileSystem::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::FileSystem
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 269 if (!CopyFile(from_path, to_path)) in CopyProcFiles()
|