Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py213 def copy_file(self, source, dest): member in ReproducibleTests
306 … self.copy_file(d.reference, '/'.join([save_dir, 'packages', strip_topdir(d.reference)]))
307 … self.copy_file(d.test, '/'.join([save_dir, 'packages', strip_topdir(d.test)]))
310 … self.copy_file(d.reference, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.reference)]))
311 … self.copy_file(d.test, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.test)]))
331 …self.copy_file(os.path.join(jquery_sysroot, 'usr/share/javascript/jquery/jquery.min.js'), os.path.…
/openbmc/hiomapd/vpnor/test/
H A Dwrite_patch.cpp54 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
56 assert(fs::copy_file(root.ro() / "TEST1", patch)); in main()
H A Dwrite_rw.cpp47 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_patch.cpp49 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
51 assert(fs::copy_file(root.ro() / "TEST1", patch)); in main()
H A Dwrite_rw.cpp42 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
/openbmc/openbmc/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);
/openbmc/u-boot/tools/
H A Dmkimage.c15 static void copy_file(int, const char *, int);
508 copy_file (ifd, file, 1); in main()
512 copy_file (ifd, file, 0); in main()
541 copy_file(ifd, params.datafile, pad_len); in main()
642 copy_file (int ifd, const char *datafile, int pad) in copy_file() function
H A Dimx8mimage.c223 static void copy_file(int ifd, const char *datafile, int pad, int offset, in copy_file() function
522 copy_file(ofd, signed_hdmi, 0, header_hdmi_off, 0x400); in build_image()
541 copy_file(ofd, ap_img, 0, image_off, 0); in build_image()
558 copy_file(ofd, sld_img, 0, sld_header_off, 0); in build_image()
H A Dimx8image.c361 static void copy_file (int ifd, const char *datafile, int pad, int offset) in copy_file() function
906 copy_file(ofd, img_sp->filename, 0, 0); in build_container()
/openbmc/openbmc/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)
/openbmc/phosphor-bmc-code-mgmt/static/
H A Dflash.cpp57 fs::copy_file(uploadDir / versionId / bmcImage, toPath / bmcImage, in flashWrite()
/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.cpp44 return fs::copy_file(fs::absolute(p.path()), dstPath); in run()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.cpp87 fs::copy_file(src, dst); in getPartitionFilePath()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp573 fs::copy_file(hostfwImagePath, in assembleCodeUpdateImage()
595 fs::copy_file(tarImagePath, updateImagePath, in assembleCodeUpdateImage()
/openbmc/hiomapd/vpnor/
H A Dpartition.cpp100 fs::copy_file(src, dst); in getPartitionFilePath()
/openbmc/service-config-manager/src/
H A Dmain.cpp209 std::filesystem::copy_file( in handleListUnitsResponse()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp1408 std::filesystem::copy_file(channelAccessDefaultFilename, in initChannelPersistData()
1426 std::filesystem::copy_file(channelNvDataFilename, in initChannelPersistData()
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp1642 fs::copy_file(/*from=*/sourceAuthoritiesListFile, in TEST_F()
1645 fs::copy_file(/*from=*/sourceAuthoritiesListFile, in TEST_F()