Lines Matching refs:installd

52 namespace installd {
618 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
622 ALOGE("setuid(%d) failed in installd during dexopt\n", uid);
819 ALOGE("installd cannot chmod '%s' dump_profile\n", out_file_name.c_str());
829 ALOGE("installd cannot open '%s'\n", full_path);
885 // Only dex2oat from installd will do that. Since installd is single threaded
980 ALOGE("installd cannot chmod '%s' during dexopt\n", path);
983 ALOGE("installd cannot chown '%s' during dexopt\n", path);
990 // InstallerConnection.java (which invokes installd) transforms Java null arguments
1172 LOG(ERROR) << "installd could not create '" << image_path
1182 ALOGE("installd cannot set owner '%s' for image during dexopt\n", image_path.c_str());
1206 ALOGE("installd could not create '%s' for swap during dexopt\n", swap_file_name);
1265 ALOGE("installd cannot compute input vdex location for '%s'\n", apk_path);
1273 ALOGE("installd cannot compute input vdex location for '%s'\n", path);
1315 ALOGE("installd cannot open vdex'%s' during dexopt\n", out_vdex_path_str.c_str());
1321 ALOGE("installd cannot set owner '%s' for vdex during dexopt\n", out_vdex_path_str.c_str());
1342 PLOG(ERROR) << "installd cannot open output during dexopt" << out_oat_path;
1345 ALOGE("installd cannot set owner '%s' for output during dexopt\n", out_oat_path);
1631 ALOGE("installd cannot open '%s' for input during dexopt\n", dex_path);
1654 // Note that for primary apk the oat files are created before, in a separate installd
2034 } // namespace installd