Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp1295 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() local
1296 if (image_path.empty()) { in maybe_open_app_image()
1302 unlink(image_path.c_str()); in maybe_open_app_image()
1317 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/), in maybe_open_app_image()
1318 [image_path]() { unlink(image_path.c_str()); }); in maybe_open_app_image()
1321 LOG(ERROR) << "installd could not create '" << image_path in maybe_open_app_image()
1324 if (unlink(image_path.c_str()) < 0) { in maybe_open_app_image()
1326 PLOG(ERROR) << "Couldn't unlink image file " << image_path; in maybe_open_app_image()
1330 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) { in maybe_open_app_image()
1331 ALOGE("installd cannot set owner '%s' for image during dexopt\n", image_path.c_str()); in maybe_open_app_image()