Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
74 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
80 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
81 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h265 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
266 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
74 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
80 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
81 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h265 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
266 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_ops.h66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
71 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
73 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
74 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h306 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
307 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_ops.h66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
71 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
73 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
74 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h306 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
307 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py192 def copy_file(self, source, dest): member in ReproducibleTests
286 … self.copy_file(d.reference, '/'.join([save_dir, 'packages', strip_topdir(d.reference)]))
287 … self.copy_file(d.test, '/'.join([save_dir, 'packages', strip_topdir(d.test)]))
290 … self.copy_file(d.reference, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.reference)]))
291 … self.copy_file(d.test, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.test)]))
307 …self.copy_file(os.path.join(jquery_sysroot, 'usr/share/javascript/jquery/jquery.min.js'), os.path.…
/OK3568_Linux_fs/buildroot/package/patch/
H A D0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch26 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
30 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch6 * src/inp.c (plan_a, plan_b), src/util.c (copy_to_fd, copy_file,
86 @@ -625,6 +628,8 @@ copy_file (char const *from, char const *to, struct stat *tost,
95 @@ -640,9 +645,12 @@ copy_file (char const *from, char const *to, struct stat *tost,
H A D0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch68 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
124 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
H A D0004-Invoke-ed-directly-instead-of-using-the-shell.patch21 copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch27 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
31 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
H A DCVE-2019-13636.patch6 * src/inp.c (plan_a, plan_b), src/util.c (copy_to_fd, copy_file,
88 @@ -625,6 +628,8 @@ copy_file (char const *from, char const *to, struct stat *tost,
97 @@ -640,9 +645,12 @@ copy_file (char const *from, char const *to, struct stat *tost,
H A D0001-Invoke-ed-directly-instead-of-using-the-shell.patch24 copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch67 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
123 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c16 static void copy_file(int, const char *, int);
517 copy_file (ifd, file, 1); in main()
521 copy_file (ifd, file, 0); in main()
538 copy_file(ifd, params.datafile, pad_len); in main()
639 copy_file (int ifd, const char *datafile, int pad) in copy_file() function
H A Drkcommon.c618 static int copy_file(struct image_tool_params *params, int ifd, in copy_file() function
675 ret = copy_file(params, ifd, spl_params.init_file, in rockchip_copy_image()
681 ret = copy_file(params, ifd, spl_params.boot_file, in rockchip_copy_image()
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-cp.c123 static int copy_file(struct io_uring *ring, off_t insize) in copy_file() function
254 ret = copy_file(&ring, insize); in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfilesystem91 bool copy_file(const path& from, const path& to);
92 bool copy_file(const path& from, const path& to, error_code& ec);
93 bool copy_file(const path& from, const path& to, copy_options option);
94 bool copy_file(const path& from, const path& to, copy_options option,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfilesystem91 bool copy_file(const path& from, const path& to);
92 bool copy_file(const path& from, const path& to, error_code& ec);
93 bool copy_file(const path& from, const path& to, copy_options option);
94 bool copy_file(const path& from, const path& to, copy_options option,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch72 self.copy_file('staging/ufw', script)
73 self.copy_file('doc/ufw.8', manpage)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem91 bool copy_file(const path& from, const path& to);
92 bool copy_file(const path& from, const path& to, error_code& ec);
93 bool copy_file(const path& from, const path& to, copy_options option);
94 bool copy_file(const path& from, const path& to, copy_options option,
1509 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,
1515 copy_file(const path& __from, const path& __to, error_code& __ec) {
1520 copy_file(const path& __from, const path& __to, copy_options __opt) {
1524 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem91 bool copy_file(const path& from, const path& to);
92 bool copy_file(const path& from, const path& to, error_code& ec);
93 bool copy_file(const path& from, const path& to, copy_options option);
94 bool copy_file(const path& from, const path& to, copy_options option,
1509 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,
1515 copy_file(const path& __from, const path& __to, error_code& __ec) {
1520 copy_file(const path& __from, const path& __to, copy_options __opt) {
1524 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,