Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp91 bool SetupImages(const std::string& first_file, borrowed_fd second_fd);
161 unique_fd second_fd(open(second.c_str(), O_RDONLY)); in Create() local
162 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() argument
262 if (fstat(second_fd.get(), &s2)) { in SetupImages()