Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp312 int image_fd, in RunDex2Oat() argument
386 if (image_fd >= 0) { in RunDex2Oat()
441 if (image_fd >= 0) { in RunDex2Oat()
442 dex2oat_image_fd = StringPrintf("--app-image-fd=%d", image_fd); in RunDex2Oat()
2121 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt() local
2142 image_fd.get(), in dexopt()
2189 image_fd.SetCleanup(false); in dexopt()