Lines Matching refs:image_fd
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;
308 if (image_fd >= 0) {
310 sprintf(dex2oat_image_fd, "--app-image-fd=%d", image_fd);
1567 Dex2oatFileWrapper image_fd =
1591 image_fd.get(),
1617 image_fd.SetCleanup(false);