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

  /build/target/product/
runtime_libdvm.mk 22 dexopt
  /dalvik/tools/
dex-preopt 31 # "dexopt" is available on the host.
38 # --dexopt=path/to/dexopt -- Specify the path to the dexopt executable.
40 # that looks like host/ARCH/bin which must contain dexopt.
73 dexopt=''
120 elif [ "${option}" = 'dexopt' -a "${hasValue}" = 'yes' ]; then
121 dexopt="${value}"
222 echo ' [--build-dir=path/to/out] [--dexopt=path/to/dexopt]' 1>&
    [all...]
  /dalvik/dexopt/
Android.mk 16 # dexopt, the DEX file optimizer. This is fully integrated with the VM,
40 LOCAL_MODULE := dexopt
56 LOCAL_MODULE := dexopt
  /build/core/
dex_preopt.mk 13 DEXPREOPT_DEXOPT := $(patsubst $(DEXPREOPT_BUILD_DIR)/%,%,$(DEXOPT))
36 $(hide) $(DEXPREOPT) --dexopt=$(DEXPREOPT_DEXOPT) --build-dir=$(DEXPREOPT_BUILD_DIR) \
50 $(_dbj_odex) : $(_dbj_src_jar) | $(ACP) $(DEXPREOPT) $(DEXOPT)
config.mk 332 DEXOPT := $(HOST_OUT_EXECUTABLES)/dexopt$(HOST_EXECUTABLE_SUFFIX)
main.mk 384 ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dexopt-flags=m=y
    [all...]
  /dalvik/
Android.mk 22 dexopt \
  /libcore/
Android.mk 63 $(HOST_OUT)/bin/dexopt \
  /frameworks/native/cmds/installd/
installd.h 207 int dexopt(const char *apk_path, uid_t uid, int is_public);
installd.c 40 return dexopt(arg[0], atoi(arg[1]), atoi(arg[2]));
133 { "dexopt", 3, do_dexopt },
commands.c 584 static const char* DEX_OPT_BIN = "/system/bin/dexopt";
653 int dexopt(const char *apk_path, uid_t uid, int is_public) function
668 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
691 ALOGE("installd cannot open '%s' for input during dexopt\n", apk_path);
698 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
704 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
708 ALOGE("installd cannot chown '%s' during dexopt\n", out_path);
719 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
723 ALOGE("setuid(%d) failed in installd during dexopt\n", uid);
752 ALOGE("dexopt in='%s' out='%s' res=%d\n", apk_path, out_path, res)
    [all...]
  /device/generic/armv7-a-neon/
mini_common.mk 54 dexopt \
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 204 public int dexopt(String apkPath, int uid, boolean isPublic) { method in class:Installer
205 StringBuilder builder = new StringBuilder("dexopt");
PackageManagerService.java     [all...]

Completed in 691 milliseconds