HomeSort by relevance Sort by last modified time
    Searched refs:zip_fd (Results 1 - 5 of 5) sorted by null

  /art/runtime/
zip_archive.cc 93 const int zip_fd = GetFileDescriptor(handle_); local
99 CHECK_GE(zip_fd, 0) <<
135 zip_fd,
150 lseek(zip_fd, 0, SEEK_SET);
159 while (read(zip_fd, &buf, 1) > 0 && i < count) {
  /art/compiler/
oat_test.cc 166 File&& zip_fd,
174 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) {
    [all...]
oat_writer.h 142 File&& zip_fd,
oat_writer.cc 377 bool OatWriter::AddZippedDexFilesSource(File&& zip_fd,
382 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.Release(), location, &error_msg));
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 191 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd,
295 sprintf(zip_fd_arg, "--zip-fd=%d", zip_fd);
    [all...]

Completed in 245 milliseconds