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 191 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd,
255 image_fd >= 0 && get_property("dalvik.vm.appimageformat", app_image_format, NULL) > 0;
314 if (image_fd >= 0) {
316 sprintf(dex2oat_image_fd, "--app-image-fd=%d", image_fd);
1668 Dex2oatFileWrapper image_fd = local
    [all...]
  /art/compiler/
image_writer.h 119 // If image_fd is not kInvalidFd, then we use that for the image file. Otherwise we open
123 bool Write(int image_fd,
image_writer.cc 171 bool ImageWriter::Write(int image_fd,
174 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
177 if (image_fd != kInvalidFd) {
202 if (image_fd != kInvalidFd) {
204 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage));
211 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename;
    [all...]

Completed in 62 milliseconds