Home
last modified time | relevance | path

Searched refs:dstFile (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.cpp62 const std::string& dstFile) in mergeFiles() argument
64 std::ofstream outFile(dstFile, std::ios::out); in mergeFiles()
H A Dutils.hpp76 const std::string& dstFile);
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp421 std::string dstFile = tmpDir + "/dstFile"; in TEST_F() local
422 utils::mergeFiles(srcFiles, dstFile); in TEST_F()
425 ASSERT_NE(fs::file_size(dstFile), static_cast<uintmax_t>(-1)); in TEST_F()
426 ASSERT_EQ(fs::file_size(retFile), fs::file_size(dstFile)); in TEST_F()
429 std::string ssDstFile = readFile(fs::path(dstFile)); in TEST_F()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py188 dstFile = os.path.join(remoteDst, tmpFile.lstrip("/"))
190 self.copyTo(srcFile, dstFile)
H A Dssh.py146 dstFile = os.path.join(remoteDst, tmpFile.lstrip("/"))
148 self.copyTo(srcFile, dstFile)