Searched defs:copy_file (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | file_util.py | 71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
|
D | cmd.py | 354 def copy_file(self, infile, outfile, member in Command
|
/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 23 def copy_file(src, dst): function
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 88 TEST_CASE(copy_file) in TEST_CASE() argument
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 175 def copy_file(self, from_path, to_path): member in OSInterface
|
/external/e2fsprogs/misc/ |
D | create_inode.c | 552 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, in copy_file() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 896 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 894 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
|