Searched refs:image_fd (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 228 static void run_dex2oat(int zip_fd, int oat_fd, int input_vdex_fd, int output_vdex_fd, int image_fd, in run_dex2oat() argument 294 image_fd >= 0 && get_property("dalvik.vm.appimageformat", app_image_format, NULL) > 0; in run_dex2oat() 367 if (image_fd >= 0) { in run_dex2oat() 369 sprintf(dex2oat_image_fd, "--app-image-fd=%d", image_fd); in run_dex2oat() 2051 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt() local 2083 image_fd.get(), in dexopt() 2116 image_fd.SetCleanup(false); in dexopt()
|