Searched refs:fd1 (Results 1 – 1 of 1) sorted by relevance
137 android::base::unique_fd fd1(open(file1, O_RDONLY)); in compare_file() local143 if (!android::base::ReadFully(fd1, buf1.data(), bytes_to_read)) { in compare_file()