Home
last modified time | relevance | path

Searched defs:copy_file (Results 1 – 25 of 27) sorted by relevance

12

/external/cronet/build/rust/std/
Dfind_std_rlibs.py90 def copy_file(infile, outfile): function
/external/angle/build/rust/std/
Dfind_std_rlibs.py68 def copy_file(infile, outfile): function
/external/crosvm/e2e_tests/tests/
Dfs.rs17 fn copy_file() { in copy_file() function
/external/python/cpython3/Lib/distutils/
Dfile_util.py67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
Dcmd.py340 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, member in Command
/external/python/setuptools/setuptools/_distutils/
Dfile_util.py67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
Dcmd.py340 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, member in Command
/external/python/cpython2/Lib/distutils/
Dfile_util.py71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
Dcmd.py354 def copy_file(self, infile, outfile, member in Command
/external/autotest/client/site_tests/platform_PrinterPpds/
Darchiver.py136 def copy_file(self, prefix, name, path_file, apply_gzip=False): member in Archiver
/external/angle/scripts/
Dupdate_chrome_angle.py84 def copy_file(src, dst): function
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Doperations.h69 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { return __copy_f… in copy_file() function
70 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() function
71 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() function
72 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() function
/external/liburing/examples/
Dlink-cp.c115 static int copy_file(struct io_uring *ring, off_t insize) in copy_file() function
Dio_uring-cp.c119 static int copy_file(struct io_uring *ring, off_t insize) in copy_file() function
Ducontext-cp.c130 static int copy_file(async_context *pctx, int infd, int outfd, struct iovec* piov) in copy_file() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp130 static void copy_file() { in copy_file() function
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store20 def copy_file(src, dst): function
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp131 TEST_CASE(copy_file) { in TEST_CASE() argument
/external/autotest/client/cros/faft/utils/
Dos_interface.py150 def copy_file(self, from_path, to_path): member in OSInterface
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h541 void (*copy_file)(const TF_Filesystem* filesystem, const char* src, member
/external/e2fsprogs/misc/
Dcreate_inode.c570 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, in copy_file() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp987 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
1006 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() function
/external/armnn/third-party/ghc/
Dfilesystem.hpp3271 GHC_INLINE bool copy_file(const path& from, const path& to) in copy_file() function
3276 GHC_INLINE bool copy_file(const path& from, const path& to, std::error_code& ec) noexcept in copy_file() function
3281 GHC_INLINE bool copy_file(const path& from, const path& to, copy_options option) in copy_file() function
3291 GHC_INLINE bool copy_file(const path& from, const path& to, copy_options options, std::error_code& … in copy_file() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp896 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
/external/llvm/lib/Support/
DPath.cpp894 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function

12