Home | History | Annotate | Download | only in installd

Lines Matching refs:dexopt

584     static const char* DEX_OPT_BIN = "/system/bin/dexopt";
653 int dexopt(const char *apk_path, uid_t uid, int is_public)
668 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
691 ALOGE("installd cannot open '%s' for input during dexopt\n", apk_path);
698 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
704 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
708 ALOGE("installd cannot chown '%s' during dexopt\n", out_path);
719 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
723 ALOGE("setuid(%d) failed in installd during dexopt\n", uid);
752 ALOGE("dexopt in='%s' out='%s' res=%d\n", apk_path, out_path, res);