/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 44 ASSERT_SAME_TYPE(decltype(fs::copy_file(p, p)), bool); in TEST_CASE() 45 ASSERT_SAME_TYPE(decltype(fs::copy_file(p, p, opts)), bool); in TEST_CASE() 46 ASSERT_SAME_TYPE(decltype(fs::copy_file(p, p, ec)), bool); in TEST_CASE() 47 ASSERT_SAME_TYPE(decltype(fs::copy_file(p, p, opts, ec)), bool); in TEST_CASE() 48 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p)); in TEST_CASE() 49 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, opts)); in TEST_CASE() 50 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, ec)); in TEST_CASE() 51 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, opts, ec)); in TEST_CASE() 64 TEST_CHECK(fs::copy_file(file, file, copy_options::overwrite_existing, in TEST_CASE() 68 …TEST_CHECK_THROW_RESULT(filesystem_error, Checker, copy_file(file, file, copy_options::overwrite_e… in TEST_CASE() [all …]
|
D | copy_file_large.pass.cpp | 77 TEST_CHECK(copy_file(file, dest, ec)); in TEST_CASE()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_file_util.py | 6 from distutils.file_util import move_file, write_file, copy_file 79 copy_file(foo, dst_dir) 87 copy_file(self.source, self.target, link='hard') 108 copy_file(self.source, self.target, link='hard')
|
D | setuptools_build_ext.py | 9 from distutils.file_util import copy_file 67 copy_file(
|
/external/python/cpython3/Lib/distutils/command/ |
D | install_data.py | 52 (out, _) = self.copy_file(f, self.install_dir) 72 (out, _) = self.copy_file(data, dir)
|
D | install_headers.py | 40 (out, _) = self.copy_file(header, self.install_dir)
|
/external/python/cpython2/Lib/distutils/command/ |
D | install_data.py | 54 (out, _) = self.copy_file(f, self.install_dir) 74 (out, _) = self.copy_file(data, dir)
|
D | install_headers.py | 42 (out, _) = self.copy_file(header, self.install_dir)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_file_util.py | 7 from distutils.file_util import move_file, copy_file 92 copy_file(self.source, self.target, link='hard') 108 copy_file(self.source, self.target, link='hard')
|
/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 20 def copy_file(src, dst): function 74 copy_file(os.path.join(root, name), "%s/%s/hll" % (bottomdir, file)) 124 copy_file(os.path.join(root, name), os.path.join(newstore, newname))
|
/external/fonttools/Tests/ufoLib/ |
D | UFOZ_test.py | 31 fs.copy.copy_file(TESTDATA, name, tmp, name) 38 fs.copy.copy_file(TESTDATA, TEST_UFOZ, tmp, TEST_UFOZ)
|
/external/u-boot/tools/ |
D | mkimage.c | 15 static void copy_file(int, const char *, int); 507 copy_file (ifd, file, 1); in main() 511 copy_file (ifd, file, 0); in main() 526 copy_file(ifd, params.datafile, pad_len); in main() 626 copy_file (int ifd, const char *datafile, int pad) in copy_file() function
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 354 def copy_file(self, infile, outfile, member in Command 360 return file_util.copy_file( 453 self.copy_file(f, self.install_dir)
|
D | file_util.py | 71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function 215 copy_file(src, dst, verbose=verbose)
|
D | dir_util.py | 124 from distutils.file_util import copy_file 165 copy_file(src_name, dst_name, preserve_mode,
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | setup.py | 189 self.copy_file(header, extra_dir) 193 return self.copy_file(header, install_dir)
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | archiver.py | 136 def copy_file(self, prefix, name, path_file, apply_gzip=False): member in Archiver 167 self.copy_file(prefix, name, path_file, apply_gzip)
|
/external/python/cpython3/Lib/distutils/ |
D | file_util.py | 67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function 213 copy_file(src, dst, verbose=verbose)
|
D | dir_util.py | 120 from distutils.file_util import copy_file 161 copy_file(src_name, dst_name, preserve_mode,
|
D | cmd.py | 340 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, member in Command 345 return file_util.copy_file(infile, outfile, preserve_mode,
|
/external/python/cpython2/PC/VS9.0/ |
D | build_ssl.py | 35 from distutils.file_util import copy_file 104 copy_file(src, dst, preserve_times=False, update=True)
|
/external/libcxx/include/experimental/ |
D | filesystem | 91 bool copy_file(const path& from, const path& to); 92 bool copy_file(const path& from, const path& to, error_code& ec); 93 bool copy_file(const path& from, const path& to, copy_options option); 94 bool copy_file(const path& from, const path& to, copy_options option,
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 88 self.os_if.copy_file(original_shellball, working_shellball) 208 self.os_if.copy_file('%s' % os.path.join(self._temp_path, 'output.bin'), 317 self.os_if.copy_file(working_shellball,
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 188 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists); in TEST_F() 192 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2), in TEST_F()
|
/external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/ |
D | files_CopyFileToGoogleDriveUI.py | 187 def copy_file(self, driver, source, destination, file_name, clean=True): member in files_CopyFileToGoogleDriveUI 319 self.copy_file(driver, source, GOOGLE_DRIVE, file_name)
|