Searched refs:Dex2oatFileWrapper (Results 1 – 1 of 1) sorted by relevance
1247 class Dex2oatFileWrapper { class1249 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1252 Dex2oatFileWrapper(int value, std::function<void ()> cleanup) in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1255 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper1263 Dex2oatFileWrapper& operator=(Dex2oatFileWrapper&& other) { in operator =()1272 ~Dex2oatFileWrapper() { in ~Dex2oatFileWrapper()1324 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, in maybe_open_app_image()1330 return Dex2oatFileWrapper(); in maybe_open_app_image()1338 return Dex2oatFileWrapper(); in maybe_open_app_image()1342 return Dex2oatFileWrapper(); in maybe_open_app_image()[all …]