OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odex
(Results
1 - 12
of
12
) sorted by null
/build/make/core/
setup_one_odex.mk
17
# Set up variables and dependency for one
odex
file
21
my_built_odex := $(call get-
odex
-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_BUILT_MODULE))
35
my_installed_odex := $(call get-
odex
-installed-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_INSTALLED_MODULE))
37
my_built_vdex := $(patsubst %.
odex
,%.vdex,$(my_built_odex))
38
my_installed_vdex := $(patsubst %.
odex
,%.vdex,$(my_installed_odex))
39
my_installed_art := $(patsubst %.
odex
,%.art,$(my_installed_odex))
49
my_built_art := $(patsubst %.
odex
,%.art,$(my_built_odex))
dex_preopt_libart.mk
54
# Returns the path to the .
odex
file
57
define get-
odex
-file-path
58
$(dir $(2))oat/$(1)/$(basename $(notdir $(2))).
odex
61
# Returns the full path to the installed .
odex
file.
62
# This handles BOARD_USES_SYSTEM_OTHER_ODEX to install
odex
files into another
67
define get-
odex
-installed-file-path
69
$(call get-
odex
-file-path,$(1),$(patsubst $(TARGET_OUT)/%,$(TARGET_OUT_SYSTEM_OTHER)/%,$(2))),
70
$(call get-
odex
-file-path,$(1),$(2)))
73
get-
odex
-installed-file-path = $(get-
odex
-file-path
[
all
...]
dex_preopt_odex_install.mk
1
# dexpreopt_odex_install.mk is used to define
odex
creation rules for JARs and APKs
49
# if installing into system, and
odex
are being installed into system_other, don't strip
129
# For libart, the boot jars'
odex
files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
132
# Append the
odex
for the 2nd arch if we have one.
136
# For a Java library, by default we build
odex
for both 1st arch and 2nd arch.
145
#
Odex
for the 1st arch
149
#
Odex
for the 2nd arch
263
# Make sure to install the .
odex
and .vdex when you run "make <module_name>"
pdk_fusion_modules.mk
2
# We use these rules to rebuild .
odex
files of the .jar/.apk inside the platform.zip.
java.mk
384
# Set the profile source so that the
odex
/ profile code included from java.mk
398
# defines built_odex along with rule to install
odex
[
all
...]
main.mk
858
$(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk %/$(p).
odex
%/$(p).vdex), \
[
all
...]
Makefile
[
all
...]
/system/extras/cppreopts/
cppreopts.sh
44
if ! test -f ${mountpoint}/system-other-
odex
-marker ; then
50
# For each
odex
and vdex file do the copy task
53
for file in $(find ${mountpoint} -type f -name "*.
odex
" -o -type f -name "*.vdex" -o -type f -name "*.art"); do
/art/oatdump/
Android.mk
89
dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.
odex
$(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP)
/art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh
289
# Pulls the .
odex
and .vdex files associated with the package
294
oatdump --oat-file="$intermediates_dir"/base.
odex
\
/device/google/marlin/marlin/
BoardConfig.mk
195
# Install
odex
files into the other system image
/device/google/marlin/sailfish/
BoardConfig.mk
185
# Install
odex
files into the other system image
Completed in 331 milliseconds