| /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 D | fs_ops.h | 73 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 D | fs_fwd.h | 265 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 D | fs_ops.h | 73 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 D | fs_fwd.h | 265 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 D | fs_ops.h | 66 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 D | fs_fwd.h | 306 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 D | fs_ops.h | 66 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 D | fs_fwd.h | 306 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 D | reproducible.py | 192 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 D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 26 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 30 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 6 * 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 D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 68 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 124 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | 0004-Invoke-ed-directly-instead-of-using-the-shell.patch | 21 copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 27 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); 31 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | CVE-2019-13636.patch | 6 * 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 D | 0001-Invoke-ed-directly-instead-of-using-the-shell.patch | 24 copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
|
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 67 - 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 D | mkimage.c | 16 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 D | rkcommon.c | 618 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 D | io_uring-cp.c | 123 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 D | filesystem | 91 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 D | filesystem | 91 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 D | 0003-only-make-one-reference-to-env.patch | 72 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 D | filesystem | 91 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 D | filesystem | 91 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,
|