Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1327 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() local
1328 if (image_path.empty()) { in maybe_open_app_image()
1334 unlink(image_path.c_str()); in maybe_open_app_image()
1347 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/), in maybe_open_app_image()
1348 [image_path]() { unlink(image_path.c_str()); }); in maybe_open_app_image()
1351 LOG(ERROR) << "installd could not create '" << image_path in maybe_open_app_image()
1354 if (unlink(image_path.c_str()) < 0) { in maybe_open_app_image()
1356 PLOG(ERROR) << "Couldn't unlink image file " << image_path; in maybe_open_app_image()
1360 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) { in maybe_open_app_image()
1361 ALOGE("installd cannot set owner '%s' for image during dexopt\n", image_path.c_str()); in maybe_open_app_image()