Searched defs:dexopt (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInstaller.java180 public int dexopt(String apkPath, int uid, boolean isPublic) { method in class:Installer
181 StringBuilder builder = new StringBuilder("dexopt");
/frameworks/base/cmds/installd/
H A Dcommands.c444 static const char* DEX_OPT_BIN = "/system/bin/dexopt";
489 int dexopt(const char *apk_path, uid_t uid, int is_public) function
506 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
526 LOGE("dexopt cannot open '%s' for input\n", apk_path);
533 LOGE("dexopt cannot open '%s' for output\n", dex_path);
537 LOGE("dexopt cannot chown '%s'\n", dex_path);
543 LOGE("dexopt cannot chmod '%s'\n", dex_path);
554 LOGE("setgid(%d) failed during dexopt\n", uid);
558 LOGE("setuid(%d) during dexopt\n", uid);
571 LOGE("dexopt faile
[all...]

Completed in 108 milliseconds