Searched refs:tarCmd (Results 1 – 1 of 1) sorted by relevance
34 std::string tarCmd = "tar -xf - -C " + extractDirPath + " --no-same-owner"; in unTar() local35 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()