Lines Matching refs:odex
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)
110 # $(2): the output .odex file