/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | reproducible.py | 210 def copy_file(self, source, dest): member in ReproducibleTests 321 … self.copy_file(variables["BB_CONSOLELOG"], os.path.join(save_dir, "bitbake-%s.log" % name)) 347 … self.copy_file(d.reference, '/'.join([save_dir, 'packages', strip_topdir(d.reference)])) 348 … self.copy_file(d.test, '/'.join([save_dir, 'packages', strip_topdir(d.test)])) 351 … self.copy_file(d.reference, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.reference)])) 352 … self.copy_file(d.test, '/'.join([save_dir, 'packages-excluded', strip_topdir(d.test)])) 372 …self.copy_file(os.path.join(jquery_sysroot, 'usr/share/javascript/jquery/jquery.min.js'), os.path.…
|
/openbmc/hiomapd/vpnor/test/ |
H A D | write_patch.cpp | 54 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 D | write_rw.cpp | 47 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | write_patch.cpp | 49 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 D | write_rw.cpp | 42 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
|
/openbmc/openbmc/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);
|
/openbmc/u-boot/tools/ |
H A D | mkimage.c | 15 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 D | imx8mimage.c | 223 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 D | imx8image.c | 361 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 D | 0003-only-make-one-reference-to-env.patch | 72 self.copy_file('staging/ufw', script) 73 self.copy_file('doc/ufw.8', manpage)
|
/openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
H A D | flash.cpp | 57 fs::copy_file(uploadDir / versionId / bmcImage, toPath / bmcImage, in flashWrite()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition.cpp | 87 fs::copy_file(src, dst); in getPartitionFilePath()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/ |
H A D | usb_manager.cpp | 52 return fs::copy_file(fs::absolute(p.path()), dstPath); in copyImage()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 583 fs::copy_file(hostfwImagePath, in assembleCodeUpdateImage() 605 fs::copy_file(tarImagePath, updateImagePath, in assembleCodeUpdateImage()
|
/openbmc/hiomapd/vpnor/ |
H A D | partition.cpp | 100 fs::copy_file(src, dst); in getPartitionFilePath()
|
/openbmc/service-config-manager/src/ |
H A D | main.cpp | 209 std::filesystem::copy_file( in handleListUnitsResponse()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 1402 std::filesystem::copy_file(channelAccessDefaultFilename, in initChannelPersistData() 1420 std::filesystem::copy_file(channelNvDataFilename, in initChannelPersistData()
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 1629 fs::copy_file(/*from=*/sourceAuthoritiesListFile, in TEST_F() 1632 fs::copy_file(/*from=*/sourceAuthoritiesListFile, in TEST_F()
|