Home | History | Annotate | Download | only in installd

Lines Matching defs:dexopt

639     static const char* DEX_OPT_BIN = "/system/bin/dexopt";
684 int dexopt(const char *apk_path, uid_t uid, int is_public)
701 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
721 ALOGE("dexopt cannot open '%s' for input\n", apk_path);
728 ALOGE("dexopt cannot open '%s' for output\n", dex_path);
734 ALOGE("dexopt cannot chmod '%s'\n", dex_path);
738 ALOGE("dexopt cannot chown '%s'\n", dex_path);
749 ALOGE("setgid(%d) failed during dexopt\n", uid);
753 ALOGE("setuid(%d) during dexopt\n", uid);
776 ALOGE("dexopt failed on '%s' res = %d\n", dex_path, res);