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/
Installer.java 186 public int dexopt(String apkPath, int uid, boolean isPublic) { method in class:Installer
187 StringBuilder builder = new StringBuilder("dexopt");
PackageManagerService.java     [all...]
  /frameworks/base/cmds/installd/
commands.c 514 static const char* DEX_OPT_BIN = "/system/bin/dexopt";
559 int dexopt(const char *apk_path, uid_t uid, int is_public) function
576 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
596 LOGE("dexopt cannot open '%s' for input\n", apk_path);
603 LOGE("dexopt cannot open '%s' for output\n", dex_path);
607 LOGE("dexopt cannot chown '%s'\n", dex_path);
613 LOGE("dexopt cannot chmod '%s'\n", dex_path);
624 LOGE("setgid(%d) failed during dexopt\n", uid);
628 LOGE("setuid(%d) during dexopt\n", uid);
641 LOGE("dexopt failed on '%s' res = %d\n", dex_path, res)
    [all...]

Completed in 61 milliseconds