Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 25 of 58) sorted by relevance

123

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp44 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 …]
Dcopy_file_large.pass.cpp77 TEST_CHECK(copy_file(file, dest, ec)); in TEST_CASE()
/external/python/cpython2/Lib/distutils/tests/
Dtest_file_util.py6 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')
Dsetuptools_build_ext.py9 from distutils.file_util import copy_file
67 copy_file(
/external/python/cpython3/Lib/distutils/command/
Dinstall_data.py52 (out, _) = self.copy_file(f, self.install_dir)
72 (out, _) = self.copy_file(data, dir)
Dinstall_headers.py40 (out, _) = self.copy_file(header, self.install_dir)
/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py54 (out, _) = self.copy_file(f, self.install_dir)
74 (out, _) = self.copy_file(data, dir)
Dinstall_headers.py42 (out, _) = self.copy_file(header, self.install_dir)
/external/python/cpython3/Lib/distutils/tests/
Dtest_file_util.py7 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/
Dsemanage_migrate_store20 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/
DUFOZ_test.py31 fs.copy.copy_file(TESTDATA, name, tmp, name)
38 fs.copy.copy_file(TESTDATA, TEST_UFOZ, tmp, TEST_UFOZ)
/external/u-boot/tools/
Dmkimage.c15 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/
Dcmd.py354 def copy_file(self, infile, outfile, member in Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
Dfile_util.py71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
215 copy_file(src, dst, verbose=verbose)
Ddir_util.py124 from distutils.file_util import copy_file
165 copy_file(src_name, dst_name, preserve_mode,
/external/tensorflow/tensorflow/tools/pip_package/
Dsetup.py189 self.copy_file(header, extra_dir)
193 return self.copy_file(header, install_dir)
/external/autotest/client/site_tests/platform_PrinterPpds/
Darchiver.py136 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/
Dfile_util.py67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
213 copy_file(src, dst, verbose=verbose)
Ddir_util.py120 from distutils.file_util import copy_file
161 copy_file(src_name, dst_name, preserve_mode,
Dcmd.py340 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/
Dbuild_ssl.py35 from distutils.file_util import copy_file
104 copy_file(src, dst, preserve_times=False, update=True)
/external/libcxx/include/experimental/
Dfilesystem91 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/
Dfirmware_updater.py88 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/
DPath.cpp188 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/
Dfiles_CopyFileToGoogleDriveUI.py187 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)

123