Lines Matching refs:Dex2oatFileWrapper
1210 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()
1312 return Dex2oatFileWrapper(); in maybe_open_app_image()
1316 Dex2oatFileWrapper wrapper_fd( in maybe_open_app_image()
1362 Dex2oatFileWrapper maybe_open_reference_profile(const std::string& pkgname, in maybe_open_reference_profile()
1368 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1380 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1390 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1400 return Dex2oatFileWrapper(ufd.release(), cleanup); in maybe_open_reference_profile()
1407 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, in open_vdex_files_for_dex2oat()
1408 Dex2oatFileWrapper* out_vdex_wrapper_fd) { in open_vdex_files_for_dex2oat()
1498 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1502 return Dex2oatFileWrapper(); in open_oat_out_file()
1505 Dex2oatFileWrapper wrapper_fd( in open_oat_out_file()
2017 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt()
2025 Dex2oatFileWrapper in_vdex_fd; in dexopt()
2026 Dex2oatFileWrapper out_vdex_fd; in dexopt()
2051 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt()
2055 Dex2oatFileWrapper reference_profile_fd = maybe_open_reference_profile( in dexopt()