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 639 static const char* DEX_OPT_BIN = "/system/bin/dexopt";
684 int dexopt(const char *apk_path, uid_t uid, int is_public) function
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)
    [all...]

Completed in 3227 milliseconds