Searched refs:zip_fd (Results 1 – 3 of 3) sorted by relevance
161 ScopedFd&& zip_fd, in WriteElf() argument167 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()711 ScopedFd zip_fd(dup(zip_file.GetFd())); in TestZipFileInput() local712 ASSERT_NE(-1, zip_fd.get()); in TestZipFileInput()716 std::move(zip_fd), in TestZipFileInput()
135 ScopedFd&& zip_fd,
349 bool OatWriter::AddZippedDexFilesSource(ScopedFd&& zip_fd, in AddZippedDexFilesSource() argument354 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.release(), location, &error_msg)); in AddZippedDexFilesSource()