HomeSort by: relevance | last modified time | path
    Searched defs:copy_file (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 46 atf::utils::copy_file(const std::string& source, const std::string& destination) function in class:atf::utils
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 72 copy_file(const path& __from, const path& __to) function in namespace:filesystem
73 { return copy_file(__from, __to, copy_options::none); }
76 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:filesystem
77 { return copy_file(__from, __to, copy_options::none, __ec); }
79 bool copy_file(const path& __from, const path& __to, copy_options __option);
80 bool copy_file(const path& __from, const path& __to, copy_options __option,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 80 copy_file(const path& __from, const path& __to) function in namespace:experimental::filesystem::v1
81 { return copy_file(__from, __to, copy_options::none); }
84 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:experimental::filesystem::v1
85 { return copy_file(__from, __to, copy_options::none, __ec); }
87 bool copy_file(const path& __from, const path& __to, copy_options __option);
88 bool copy_file(const path& __from, const path& __to, copy_options __option,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 72 copy_file(const path& __from, const path& __to) function in namespace:filesystem
73 { return copy_file(__from, __to, copy_options::none); }
76 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:filesystem
77 { return copy_file(__from, __to, copy_options::none, __ec); }
79 bool copy_file(const path& __from, const path& __to, copy_options __option);
80 bool copy_file(const path& __from, const path& __to, copy_options __option,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 80 copy_file(const path& __from, const path& __to) function in namespace:experimental::filesystem::v1
81 { return copy_file(__from, __to, copy_options::none); }
84 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:experimental::filesystem::v1
85 { return copy_file(__from, __to, copy_options::none, __ec); }
87 bool copy_file(const path& __from, const path& __to, copy_options __option);
88 bool copy_file(const path& __from, const path& __to, copy_options __option,
  /src/external/gpl2/groff/dist/src/devices/grohtml/
output.cpp 162 simple_output &simple_output::copy_file(FILE *infp) function in class:simple_output
  /src/bin/cp/
utils.c 99 copy_file(FTSENT *entp, int dne) function
  /src/usr.bin/patch/
util.c 89 if (errno != EXDEV || copy_file(from, to) < 0) {
160 if (errno != EXDEV || copy_file(orig, bakname) < 0)
170 copy_file(const char *from, const char *to) function
  /src/external/gpl2/xcvs/dist/src/
filesubr.c 40 copy_file (const char *from, const char *to) function
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 382 fs::copy_file(const path& from, const path& to, copy_options option) function in class:fs
385 bool result = copy_file(from, to, option, ec);
393 fs::copy_file(const path& from, const path& to, copy_options options, function in class:fs
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 428 fs::copy_file(const path& from, const path& to, copy_options option) function in class:fs
431 bool result = copy_file(from, to, option, ec);
439 fs::copy_file(const path& from, const path& to, copy_options options, function in class:fs
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 367 fs::copy_file(const path& from, const path& to, copy_options option) function in class:fs
370 bool result = copy_file(from, to, option, ec);
378 fs::copy_file(const path& from, const path& to, copy_options options, function in class:fs
std-ops.cc 316 // 2712. copy_file() has a number of unspecified error conditions
572 fs::copy_file(const path& from, const path& to, copy_options option) function in class:fs
575 bool result = copy_file(from, to, option, ec);
583 fs::copy_file(const path& from, const path& to, copy_options options, function in class:fs
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 57 void copy_file(hunits, vunits, const char *);
279 out->copy_file(hpos, pos, filename.contents());
370 void column::copy_file(hunits page_offset, vunits pos, const char *filename) function in class:column
div.cpp 328 void macro_diversion::copy_file(const char *filename) function in class:macro_diversion
442 void top_level_diversion::copy_file(const char *filename) function in class:top_level_diversion
446 the_output->copy_file(page_offset, vertical_position, filename);
input.cpp 80 void copy_file();
2690 curdiv->copy_file(filename.contents());
2834 copy_file();
6907 void copy_file() function
6919 curdiv->copy_file(filename.contents());
7569 init_request("cf", copy_file);
node.cpp 714 void copy_file(hunits x, vunits y, const char *filename);
1672 void real_output_file::copy_file(hunits x, vunits y, const char *filename) function in class:real_output_file
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 428 fs::copy_file(const path& from, const path& to, copy_options option) function in class:fs
431 bool result = copy_file(from, to, option, ec);
439 fs::copy_file(const path& from, const path& to, copy_options options, function in class:fs
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 106 ps_output &ps_output::copy_file(FILE *infp) function in class:ps_output
1518 out.copy_file(tempfp);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 496 copy_file( function
511 "copy_file: %s to %s mode 0%o\n",
514 "copy_file: %s uid %ld gid %ld\n",
519 report_errno( "copy_file", "fopen", source_file );
524 report_errno( "copy_file", "fopen", dest_file );
536 report_errno( "copy_file", "fclose", dest_file );
543 report_errno( "copy_file", "lchown", dest_file );
548 report_errno( "copy_file", "chmod", dest_file );
560 "copy_file: %s to %s exit %d\n",
867 rc = copy_file(
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1061 copy_file (const char *dest, const char *src) function
1107 copy_file (crtoffloadtable, paths[i]);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1050 copy_file (const char *dest, const char *src) function
1093 copy_file (crtoffloadtable, paths[i]);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2653 copy_file (get_tempdir ()->get_path_s_file (),
2671 copy_file (tmp_o_path,
2688 copy_file (get_tempdir ()->get_path_so_file (),
2706 copy_file (tmp_exe_path,
2730 playback::compile_to_file::copy_file (const char *src_path, function in class:gcc::jit::playback::compile_to_file
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2475 copy_file (get_tempdir ()->get_path_s_file (),
2493 copy_file (tmp_o_path,
2510 copy_file (get_tempdir ()->get_path_so_file (),
2528 copy_file (tmp_exe_path,
2552 playback::compile_to_file::copy_file (const char *src_path, function in class:gcc::jit::playback::compile_to_file
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3870 copy_file (const char *input_filename, const char *output_filename, int ofd,
5109 copy_file (argv[i], tmpname, tmpfd, &statbuf, input_target,
6217 copy_file (input_filename, tmpname, tmpfd, &statbuf, input_target,
3868 copy_file (const char *input_filename, const char *output_filename, int ofd, function

Completed in 65 milliseconds

1 2