Searched refs:imageFd (Results 1 – 2 of 2) sorted by relevance
10 static bool writeToFile(int imageFd, FILE* outStream) in writeToFile() argument16 while ((nRead = read(imageFd, buf, bSize)) > 0) in writeToFile()32 bool unTar(int imageFd, const std::string& extractDirPath) in unTar() argument43 if (!writeToFile(imageFd, outStream)) in unTar()
38 bool unTar(int imageFd, const std::string& extractDirPath);