Searched refs:image_path (Results 1 – 1 of 1) sorted by relevance
1024 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() local1025 if (image_path.empty()) { in maybe_open_app_image()1032 RestorableFile::RemoveAllFiles(image_path); in maybe_open_app_image()1037 RestorableFile::RemoveAllFiles(image_path); in maybe_open_app_image()1042 RestorableFile image_file = RestorableFile::CreateWritableFile(image_path, in maybe_open_app_image()1046 LOG(ERROR) << "installd could not create '" << image_path in maybe_open_app_image()1051 image_file.fd(), is_public, uid, image_path.c_str(), is_secondary_dex)) { in maybe_open_app_image()1052 ALOGE("installd cannot set owner '%s' for image during dexopt\n", image_path.c_str()); in maybe_open_app_image()