Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 25 of 42) sorted by relevance

12

/external/syzkaller/pkg/build/
Dlinux.go59 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 {
Dfuchsia.go37 if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
Dgvisor.go50 return osutil.CopyFile(runsc, filepath.Join(outputDir, "image"))
Dakaros.go96 if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
/external/webrtc/webrtc/base/
Dfileutils.h178 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()
Dwin32filesystem.h55 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path);
Dunixfilesystem.h73 bool CopyFile(const Pathname& old_path, const Pathname& new_path) override;
Dwin32filesystem.cc291 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::Win32Filesystem
293 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(), in CopyFile()
Dunixfilesystem.cc233 if (!CopyFile(old_path, new_path)) in MoveFile()
267 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile() function in rtc::UnixFilesystem
Dfileutils_mock.h185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
/external/deqp/scripts/
Dmake_release.py110 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/
Dsyzupdater.go178 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/
Dupdate_clang.py128 def CopyFile(src, dst): function
159 CopyFile(dia_dll, target_dir)
/external/v8/tools/clang/scripts/
Dupdate.py228 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/
Dfile_utils.h39 bool CopyFile(const char* from_path, const char* to_path);
Dfile_utils.cc44 bool CopyFile(const char* from_path, const char* to_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
121 tensorflow::Env::Default()->CopyFile(src, target); in CopyFile()
263 void CopyFile(const string& oldpath, const string& newpath, bool overwrite,
/external/skia/tools/
Dget_current_monitor_profile.cpp49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
/external/skqp/tools/
Dget_current_monitor_profile.cpp49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
/external/syzkaller/pkg/osutil/
Dfileutil.go14 func CopyFile(oldFile, newFile string) error { func
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.h63 Status CopyFile(const string& src, const string& target) override;
/external/syzkaller/vm/gvisor/
Dgvisor.go101 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/
Dfile_system.h204 virtual Status CopyFile(const string& src, const string& target);
Dfile_system.cc172 Status FileSystem::CopyFile(const string& src, const string& target) { in CopyFile() function in tensorflow::FileSystem
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc269 if (!CopyFile(from_path, to_path)) in CopyProcFiles()

12