Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
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 TestResultWriter
/external/linux-tools-perf/util/
Dtrace-event-info.c214 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++/
Dfile_manip.h27 bool copy_file(std::string const & source, std::string const & destination);
Dfile_manip.cpp33 bool copy_file(string const & source, string const & destination) in copy_file() function
/external/llvm/unittests/Support/
DPath.cpp193 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/
Doparchive.cpp51 if (!copy_file(source, dest) && err == image_ok) { in copy_one_file()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp180 if (fs::copy_file(newFE->getName(), origFE->getName(), in overwriteOriginal()
/external/llvm/include/llvm/Support/
DFileSystem.h245 error_code copy_file(const Twine &from, const Twine &to,
/external/llvm/lib/Support/Unix/
DPathV2.inc138 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/
Ddebugfs.c1506 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/
DChangeLog-2008386 The copy_file function breaks if passed a directory as a file to copy
/external/llvm/lib/Support/Windows/
DPathV2.inc175 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {