Searched refs:second_fd (Results 1 – 1 of 1) sorted by relevance
91 bool SetupImages(const std::string& first_file, borrowed_fd second_fd);161 unique_fd second_fd(open(second.c_str(), O_RDONLY)); in Create() local162 if (second_fd < 0) { in Create()170 if (!SetupImages(first, second_fd)) { in Create()178 if (fstat(second_fd, &s)) { in Create()194 if (!android::base::ReadFully(second_fd, chunk, bytes)) { in Create()250 bool PowerTest::SetupImages(const std::string& first, borrowed_fd second_fd) { in SetupImages() argument262 if (fstat(second_fd.get(), &s2)) { in SetupImages()