HomeSort by relevance Sort by last modified time
    Searched defs:dexopt (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/pm/
Installer.java 202 public int dexopt(String apkPath, int uid, boolean isPublic) { method in class:Installer
203 StringBuilder builder = new StringBuilder("dexopt");
PackageManagerService.java     [all...]
  /frameworks/base/cmds/installd/
commands.c 518 static const char* DEX_OPT_BIN = "/system/bin/dexopt";
563 int dexopt(const char *apk_path, uid_t uid, int is_public) function
580 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
600 ALOGE("dexopt cannot open '%s' for input\n", apk_path);
607 ALOGE("dexopt cannot open '%s' for output\n", dex_path);
611 ALOGE("dexopt cannot chown '%s'\n", dex_path);
617 ALOGE("dexopt cannot chmod '%s'\n", dex_path);
628 ALOGE("setgid(%d) failed during dexopt\n", uid);
632 ALOGE("setuid(%d) during dexopt\n", uid);
645 ALOGE("dexopt failed on '%s' res = %d\n", dex_path, res)
    [all...]

Completed in 548 milliseconds