OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odex
(Results
1 - 13
of
13
) sorted by null
/build/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))
dex_preopt_libart.mk
55
# Returns the path to the .
odex
file
58
define get-
odex
-file-path
59
$(dir $(2))oat/$(1)/$(basename $(notdir $(2))).
odex
62
# Returns the full path to the installed .
odex
file.
63
# This handles BOARD_USES_SYSTEM_OTHER_ODEX to install
odex
files into another
68
define get-
odex
-installed-file-path
70
$(call get-
odex
-file-path,$(1),$(patsubst $(TARGET_OUT)/%,$(TARGET_OUT_SYSTEM_OTHER)/%,$(2))),
71
$(call get-
odex
-file-path,$(1),$(2)))
74
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
42
# if installing into system, and
odex
are being installed into system_other, don't strip
57
# For libart, the boot jars'
odex
files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
60
# Append the
odex
for the 2nd arch if we have one.
64
# For a Java library, by default we build
odex
for both 1st arch and 2nd arch.
73
#
Odex
for the 1st arch
77
#
Odex
for the 2nd arch
130
# Make sure to install the .
odex
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
385
# defines built_odex along with rule to install
odex
Makefile
[
all
...]
main.mk
805
$(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk %/$(p).
odex
), \
[
all
...]
/system/extras/cppreopts/
cppreopts.sh
28
log -p w -t cppreopts "Unable to copy
odex
file ${odex_file} to ${temp_dest_name}!"
30
log -p i -t cppreopts "Copied
odex
file from ${odex_file} to ${temp_dest_name}"
33
log -p w -t cppreopts "Unable to rename temporary
odex
file from ${temp_dest_name} to ${dest_name}"
35
log -p i -t cppreopts "Renamed temporary
odex
file from ${temp_dest_name} to ${dest_name}"
44
if ! test -f ${mountpoint}/system-other-
odex
-marker ; then
50
# For each
odex
file do the copy task
53
for odex_file in $(find ${mountpoint} -type f -name "*.
odex
"); do
/frameworks/base/services/core/java/com/android/server/
PinnerService.java
241
// get the path to the
odex
or oat file
243
String
odex
= null;
local
245
odex
= DexFile.getDexFileOutputPath(baseCodePath, arch);
247
if (
odex
== null) {
251
//not pinning the oat/
odex
is not a fatal error
252
pf = pinFile(
odex
, 0, 0, MAX_CAMERA_PIN_SIZE);
/art/oatdump/
Android.mk
97
dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.
odex
$(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP)
/device/google/marlin/marlin/
BoardConfig.mk
191
# Install
odex
files into the other system image
/device/google/marlin/sailfish/
BoardConfig.mk
187
# Install
odex
files into the other system image
/art/
Android.mk
45
find $(OUT_DIR) -name "*.oat" -o -name "*.
odex
" -o -name "*.art" | xargs rm -f
370
OUT_OAT_FILE := $(PRODUCT_OUT)/$(basename $(1)).
odex
Completed in 260 milliseconds