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

  /frameworks/native/cmds/installd/
dexopt.cpp 228 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd,
294 image_fd >= 0 && get_property("dalvik.vm.appimageformat", app_image_format, NULL) > 0;
367 if (image_fd >= 0) {
369 sprintf(dex2oat_image_fd, "--app-image-fd=%d", image_fd);
2051 Dex2oatFileWrapper image_fd = maybe_open_app_image( local
    [all...]
  /art/dex2oat/linker/
image_writer.h 122 // If image_fd is not kInvalidFd, then we use that for the image file. Otherwise we open
126 bool Write(int image_fd,
image_writer.cc 173 bool ImageWriter::Write(int image_fd,
176 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
179 if (image_fd != kInvalidFd) {
204 if (image_fd != kInvalidFd) {
206 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage));
213 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename;
    [all...]

Completed in 605 milliseconds