Home
last modified time | relevance | path

Searched defs:Dex2oatFileWrapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp1247 class Dex2oatFileWrapper { class
1249 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1252 Dex2oatFileWrapper(int value, std::function<void ()> cleanup) in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1255 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper