Searched refs:Dex2oatFileWrapper (Results 1 – 1 of 1) sorted by relevance
1162 class Dex2oatFileWrapper { class1164 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1167 Dex2oatFileWrapper(int value, std::function<void ()> cleanup) in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1170 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1178 Dex2oatFileWrapper& operator=(Dex2oatFileWrapper&& other) { in operator =()1187 ~Dex2oatFileWrapper() { in ~Dex2oatFileWrapper()1239 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, in maybe_open_app_image()1244 return Dex2oatFileWrapper(); in maybe_open_app_image()1250 return Dex2oatFileWrapper(); in maybe_open_app_image()1258 return Dex2oatFileWrapper(); in maybe_open_app_image()[all …]