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.cpp43 auto tarImagePath = fs::path(imageDirPath) / tarImageName; variable
516 std::ofstream ofs(tarImagePath, in processCodeUpdateLid()
569 rc = executeCmd("/bin/tar", "-xf", tarImagePath.c_str(), "-C", in assembleCodeUpdateImage()
589 fs::remove(tarImagePath); in assembleCodeUpdateImage()
590 rc = executeCmd("/bin/tar", "-cf", tarImagePath, ".", "-C", in assembleCodeUpdateImage()
605 fs::copy_file(tarImagePath, updateImagePath, in assembleCodeUpdateImage()