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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1071 const std::string image_path = create_image_filename(out_oat_path); local
1072 if (image_path.empty()) {
1085 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/),
1086 [image_path]() { unlink(image_path.c_str()); });
1089 LOG(ERROR) << "installd could not create '" << image_path
1092 if (unlink(image_path.c_str()) < 0) {
1094 PLOG(ERROR) << "Couldn't unlink image file " << image_path;
1098 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) {
1099 ALOGE("installd cannot set owner '%s' for image during dexopt\n", image_path
[all...]

Completed in 203 milliseconds