Searched refs:image_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp191 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd, argument
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 = local
1591 image_fd.get(),
1617 image_fd.SetCleanup(false);

Completed in 106 milliseconds