Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp48 auto tarImagePath = fs::path(imageDirPath) / tarImageName; variable
769 std::ofstream ofs(tarImagePath, in processCodeUpdateLid()
822 rc = executeCmd("/bin/tar", "-xf", tarImagePath.c_str(), "-C", in assembleCodeUpdateImage()
842 fs::remove(tarImagePath); in assembleCodeUpdateImage()
843 rc = executeCmd("/bin/tar", "-cf", tarImagePath, ".", "-C", in assembleCodeUpdateImage()
858 fs::copy_file(tarImagePath, updateImagePath, in assembleCodeUpdateImage()