Searched refs:copy_file (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_result_writer.py | 81 writer.copy_file(port.reftest_expected_filename(filename), '-expected.html') 84 … writer.copy_file(port.reftest_expected_mismatch_filename(filename), '-expected-mismatch.html') 223 def copy_file(self, src_filepath, dst_extension): member in TestResultWriter
|
/external/linux-tools-perf/util/ |
D | trace-event-info.c | 214 static unsigned long long copy_file(const char *file) in copy_file() function 356 check_size = copy_file(format); in copy_event_system() 454 check_size = copy_file(path); in read_proc_kallsyms() 477 check_size = copy_file(path); in read_ftrace_printk()
|
/external/oprofile/libutil++/ |
D | file_manip.h | 27 bool copy_file(std::string const & source, std::string const & destination);
|
D | file_manip.cpp | 33 bool copy_file(string const & source, string const & destination) in copy_file() function
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 193 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists); in TEST_F() 197 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2), in TEST_F()
|
/external/oprofile/pp/ |
D | oparchive.cpp | 51 if (!copy_file(source, dest) && err == image_ok) { in copy_one_file()
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 180 if (fs::copy_file(newFE->getName(), origFE->getName(), in overwriteOriginal()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 245 error_code copy_file(const Twine &from, const Twine &to,
|
/external/llvm/lib/Support/Unix/ |
D | PathV2.inc | 138 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) { 261 if (error_code ec = copy_file(from, to, copy_option::overwrite_if_exists))
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) in copy_file() function 1619 retval = copy_file(fd, newfile); in do_write()
|
/external/oprofile/ |
D | ChangeLog-2008 | 386 The copy_file function breaks if passed a directory as a file to copy
|
/external/llvm/lib/Support/Windows/ |
D | PathV2.inc | 175 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {
|