Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1210 class Dex2oatFileWrapper { class
1212 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1215 Dex2oatFileWrapper(int value, std::function<void ()> cleanup) in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1218 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1226 Dex2oatFileWrapper& operator=(Dex2oatFileWrapper&& other) { in operator =()
1235 ~Dex2oatFileWrapper() { in ~Dex2oatFileWrapper()
1287 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, in maybe_open_app_image()
1292 return Dex2oatFileWrapper(); in maybe_open_app_image()
1298 return Dex2oatFileWrapper(); in maybe_open_app_image()
1306 return Dex2oatFileWrapper(); in maybe_open_app_image()
[all …]