Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsoftware_utils.cpp10 static bool writeToFile(int imageFd, FILE* outStream) in writeToFile() argument
16 while ((nRead = read(imageFd, buf, bSize)) > 0) in writeToFile()
32 bool unTar(int imageFd, const std::string& extractDirPath) in unTar() argument
43 if (!writeToFile(imageFd, outStream)) in unTar()
H A Dsoftware_utils.hpp38 bool unTar(int imageFd, const std::string& extractDirPath);