Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsoftware_utils.cpp34 std::string tarCmd = "tar -xf - -C " + extractDirPath + " --no-same-owner"; in unTar() local
35 info("Executing command: {CMD}", "CMD", tarCmd); in unTar()
36 FILE* outStream = popen(tarCmd.c_str(), "w"); in unTar()
39 error("Failed to open pipe to execute command: {CMD}", "CMD", tarCmd); in unTar()