/external/google-breakpad/src/common/tests/ |
D | file_utils.h | 40 bool CopyFile(const std::string& from_path, const std::string& to_path); 41 bool CopyFile(const char* from_path, const char* to_path);
|
D | file_utils.cc | 47 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile() function 102 bool CopyFile(const std::string& from_path, const std::string& to_path) { in CopyFile() function 103 return CopyFile(from_path.c_str(), to_path.c_str()); in CopyFile()
|
/external/angle/build/android/gyp/ |
D | copy_ex.py | 30 def CopyFile(f, dest, deps): function 62 CopyFile(f, options.dest, deps) 84 CopyFile(src, os.path.join(options.dest, dest), deps)
|
/external/cronet/stable/build/android/gyp/ |
D | copy_ex.py | 30 def CopyFile(f, dest, deps): function 62 CopyFile(f, options.dest, deps) 84 CopyFile(src, os.path.join(options.dest, dest), deps)
|
/external/cronet/tot/build/android/gyp/ |
D | copy_ex.py | 30 def CopyFile(f, dest, deps): function 62 CopyFile(f, options.dest, deps) 84 CopyFile(src, os.path.join(options.dest, dest), deps)
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 37 #undef CopyFile 343 virtual tensorflow::Status CopyFile(const std::string& src, in CopyFile() function 345 return CopyFile(src, target, nullptr); in CopyFile() 348 virtual tensorflow::Status CopyFile(const std::string& src, 576 using FileSystem::CopyFile; \ 688 tensorflow::Status CopyFile(const std::string& src, const std::string& target, in CopyFile() function 690 return fs_->CopyFile(src, target, (token ? token : token_)); in CopyFile()
|
D | env.h | 40 #undef CopyFile 363 Status CopyFile(const std::string& src, const std::string& target); 365 Status CopyFile(const std::string& src, const std::string& target, in CopyFile() function
|
/external/pigweed/pw_transfer/ |
D | atomic_file_transfer_handler.cc | 40 pw::Status CopyFile(std::string_view input_target, in CopyFile() function 72 return CopyFile(input_target, output_target); in RenameFile()
|
/external/icing/icing/legacy/index/ |
D | icing-mock-filesystem.h | 154 ON_CALL(*this, CopyFile) in IcingMockFilesystem() 156 return real_icing_filesystem_.CopyFile(src, dst); in IcingMockFilesystem() 238 MOCK_METHOD(bool, CopyFile, (const char *src, const char *dst),
|
D | icing-filesystem.h | 210 virtual bool CopyFile(const char *src, const char *dst) const;
|
/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/libjpeg-turbo/gtest/ |
D | tjbench-gtest-wrapper.cpp | 73 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite() 143 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()
|
/external/pciutils/maint/ |
D | release.pm | 101 sub CopyFile($$$$) { subroutine 186 $s->CopyFile($f, $dir, $action);
|
/external/icing/icing/file/ |
D | mock-filesystem.h | 47 ON_CALL(*this, CopyFile) in MockFilesystem() 49 return real_filesystem_.CopyFile(src, dst); in MockFilesystem() 239 MOCK_METHOD(bool, CopyFile, (const char* src, const char* dst), (const));
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 49 CopyFile(icmPath, outputFilename.c_str(), FALSE); in main()
|
/external/sandboxed-api/sandboxed_api/util/ |
D | fileops.h | 102 bool CopyFile(const std::string& old_path, const std::string& new_path,
|
D | fileops_test.cc | 405 fileops::CopyFile("/not/there", absl::StrCat(tmp_dir, "/out"), 0777), in TEST_F() 409 EXPECT_THAT(fileops::CopyFile("/proc/self/exe", tmp_dir, 0777), IsFalse()); in TEST_F() 414 EXPECT_THAT(fileops::CopyFile(absl::StrCat(tmp_dir, "/test"), in TEST_F()
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | posix_file_system.h | 69 Status CopyFile(const string& src, const string& target,
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | stack_trace.cc | 217 if (!file_util::fileops::CopyFile( in LaunchLibunwindSandbox() 248 if (!file_util::fileops::CopyFile(proc_pid_exe, exe_path, 0700)) { in LaunchLibunwindSandbox()
|
/external/skia/infra/bots/task_drivers/bazel_build/ |
D | bazel_build.go | 131 return skerr.Wrap(os_steps.CopyFile(ctx, path, dstPath))
|
/external/bazel-skylib/rules/private/ |
D | copy_file_private.bzl | 46 mnemonic = "CopyFile", 58 mnemonic = "CopyFile",
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem.h | 104 void CopyFile(const TF_Filesystem* filesystem, const char* src, const char* dst,
|
/external/cronet/stable/base/files/ |
D | file_util_apple.mm | 20 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
|
/external/cronet/tot/base/files/ |
D | file_util_apple.mm | 20 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 35 #undef CopyFile 948 status = env_->CopyFile(filepath, new_filepath); in TEST_P() 971 status = env_->CopyFile(filepath, new_filepath); in TEST_P() 984 Status status = env_->CopyFile(filepath, new_filepath); in TEST_P() 994 status = env_->CopyFile(dirpath, new_filepath); in TEST_P() 1009 status = env_->CopyFile(filepath, dirpath); in TEST_P() 1022 status = env_->CopyFile(old_filepath, new_filepath); in TEST_P() 1040 status = env_->CopyFile(old_filepath, new_filepath); in TEST_P() 1060 status = env_->CopyFile(filepath, new_filepath); in TEST_P()
|