Lines Matching refs:RestorableFile
1022 RestorableFile maybe_open_app_image(const std::string& out_oat_path, bool generate_app_image, in maybe_open_app_image()
1027 return RestorableFile(); in maybe_open_app_image()
1032 RestorableFile::RemoveAllFiles(image_path); in maybe_open_app_image()
1033 return RestorableFile(); in maybe_open_app_image()
1037 RestorableFile::RemoveAllFiles(image_path); in maybe_open_app_image()
1038 return RestorableFile(); in maybe_open_app_image()
1042 RestorableFile image_file = RestorableFile::CreateWritableFile(image_path, in maybe_open_app_image()
1124 UniqueFile* in_vdex_wrapper, RestorableFile* out_vdex_wrapper) { in open_vdex_files_for_dex2oat()
1140 *out_vdex_wrapper = RestorableFile::CreateWritableFile(out_vdex_path_str, in open_vdex_files_for_dex2oat()
1202 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file()
1206 return RestorableFile(); in open_oat_out_file()
1208 RestorableFile oat = RestorableFile::CreateWritableFile(out_oat_path, /*permissions*/ 0644); in open_oat_out_file()
1883 RestorableFile out_oat = in dexopt()
1892 RestorableFile out_vdex; in dexopt()
1929 RestorableFile out_image = maybe_open_app_image(out_oat.path(), generate_app_image, is_public, in dexopt()