Searched refs:tempTarFile (Results 1 – 1 of 1) sorted by relevance
71 TemporaryFile tempTarFile; in tryDumpDirAsTar() local75 textFd, "TAR LOG", {"/vendor/bin/tar", "cvf", tempTarFile.path, dirToDump.c_str()}, in tryDumpDirAsTar()80 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(tempTarFile.fd, buffer.data(), buffer.size())); in tryDumpDirAsTar()85 PLOG(DEBUG) << "Error reading temporary tar file(" << tempTarFile.path << ")"; in tryDumpDirAsTar()