Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc161 ScopedFd&& zip_fd, in WriteElf() argument
167 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()
711 ScopedFd zip_fd(dup(zip_file.GetFd())); in TestZipFileInput() local
712 ASSERT_NE(-1, zip_fd.get()); in TestZipFileInput()
716 std::move(zip_fd), in TestZipFileInput()
Doat_writer.h135 ScopedFd&& zip_fd,
Doat_writer.cc349 bool OatWriter::AddZippedDexFilesSource(ScopedFd&& zip_fd, in AddZippedDexFilesSource() argument
354 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.release(), location, &error_msg)); in AddZippedDexFilesSource()