• Home
  • Raw
  • Download

Lines Matching refs:Dex2oatFileWrapper

1162 class Dex2oatFileWrapper {  class
1164 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1167 Dex2oatFileWrapper(int value, std::function<void ()> cleanup) in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1170 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { in Dex2oatFileWrapper() function in android::installd::Dex2oatFileWrapper
1178 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()
1262 return Dex2oatFileWrapper(); in maybe_open_app_image()
1266 Dex2oatFileWrapper wrapper_fd( in maybe_open_app_image()
1312 Dex2oatFileWrapper maybe_open_reference_profile(const std::string& pkgname, in maybe_open_reference_profile()
1318 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1330 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1340 return Dex2oatFileWrapper(); in maybe_open_reference_profile()
1350 return Dex2oatFileWrapper(ufd.release(), cleanup); in maybe_open_reference_profile()
1357 bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, in open_vdex_files_for_dex2oat()
1358 Dex2oatFileWrapper* out_vdex_wrapper_fd) { in open_vdex_files_for_dex2oat()
1448 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1452 return Dex2oatFileWrapper(); in open_oat_out_file()
1455 Dex2oatFileWrapper wrapper_fd( in open_oat_out_file()
2087 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt()
2095 Dex2oatFileWrapper in_vdex_fd; in dexopt()
2096 Dex2oatFileWrapper out_vdex_fd; in dexopt()
2121 Dex2oatFileWrapper image_fd = maybe_open_app_image( in dexopt()
2125 Dex2oatFileWrapper reference_profile_fd = maybe_open_reference_profile( in dexopt()