Lines Matching refs:Dex2oatFileWrapper
1247 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
1263 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()
1346 Dex2oatFileWrapper wrapper_fd( in maybe_open_app_image()
1392 Dex2oatFileWrapper maybe_open_reference_profile(const std::string& pkgname, in maybe_open_reference_profile()
1398 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1410 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1420 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1430 return Dex2oatFileWrapper(ufd.release(), cleanup); in maybe_open_reference_profile()
1437 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, in open_vdex_files_for_dex2oat()
1438 Dex2oatFileWrapper* out_vdex_wrapper_fd) { in open_vdex_files_for_dex2oat()
1528 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1532 return Dex2oatFileWrapper(); in open_oat_out_file()
1535 Dex2oatFileWrapper wrapper_fd( in open_oat_out_file()
2168 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt()
2176 Dex2oatFileWrapper in_vdex_fd; in dexopt()
2177 Dex2oatFileWrapper out_vdex_fd; in dexopt()
2202 Dex2oatFileWrapper reference_profile_fd = maybe_open_reference_profile( in dexopt()
2212 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt()