Searched refs:copy_file (Results 1 - 9 of 9) sorted by relevance

/external/oprofile/libutil++/
H A Dfile_manip.h20 * copy_file - copy a file.
27 bool copy_file(std::string const & source, std::string const & destination);
H A Dfile_manip.cpp33 bool copy_file(string const & source, string const & destination) function
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_result_writer.py81 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 class:TestResultWriter
/external/linux-tools-perf/util/
H A Dtrace-event-info.c214 static unsigned long long copy_file(const char *file) function
356 check_size = copy_file(format);
454 check_size = copy_file(path);
477 check_size = copy_file(path);
/external/llvm/unittests/Support/
H A DPath.cpp193 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
197 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2),
/external/oprofile/pp/
H A Doparchive.cpp51 if (!copy_file(source, dest) && err == image_ok) {
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp180 if (fs::copy_file(newFE->getName(), origFE->getName(),
/external/llvm/include/llvm/Support/
H A DFileSystem.h245 error_code copy_file(const Twine &from, const Twine &to,
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1506 static errcode_t copy_file(int fd, ext2_ino_t newfile) function
1619 retval = copy_file(fd, newfile);
1621 com_err("copy_file", retval, 0);

Completed in 209 milliseconds