Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp337 int image_fd, in RunDex2Oat() argument
434 if (image_fd >= 0) { in RunDex2Oat()
499 if (image_fd >= 0) { in RunDex2Oat()
500 dex2oat_image_fd = StringPrintf("--app-image-fd=%d", image_fd); in RunDex2Oat()
2212 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt() local
2229 image_fd.get(), in dexopt()
2277 image_fd.SetCleanup(false); in dexopt()