HomeSort by relevance Sort by last modified time
    Searched refs:odex (Results 1 - 15 of 15) 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))
111 my_installed_odex := $(call get-odex-installed-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_INSTALLED_MODULE))
113 my_built_vdex := $(patsubst %.odex,%.vdex,$(my_built_odex))
114 my_installed_vdex := $(patsubst %.odex,%.vdex,$(my_installed_odex))
115 my_installed_art := $(patsubst %.odex,%.art,$(my_installed_odex))
125 my_built_art := $(patsubst %.odex,%.art,$(my_built_odex))
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...]
soong_java_prebuilt.mk 87 # defines built_odex along with rule to install odex
98 # For libart boot jars, we don't have .odex files.
101 # Use pattern rule - we may have multiple built odex files.
dex_preopt_odex_install.mk 1 # dexpreopt_odex_install.mk is used to define odex creation rules for JARs and APKs
71 # if module is on system, and odex is on system_other.
189 # For libart, the boot jars' odex files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
192 # Append the odex for the 2nd arch if we have one.
196 # For a Java library, by default we build odex for both 1st arch and 2nd arch.
205 # Odex for the 1st arch
209 # Odex for the 2nd arch
368 # 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.
soong_app_prebuilt.mk 65 # defines built_odex along with rule to install odex
java.mk 180 # Set the profile source so that the odex / profile code included from java.mk
194 # defines built_odex along with rule to install odex
main.mk     [all...]
Makefile     [all...]
  /system/extras/cppreopts/
cppreopts.sh 45 if ! test -f ${mountpoint}/system-other-odex-marker ; then
51 # For each odex and vdex file do the copy task
54 for file in $(find ${mountpoint} -type f -name "*.odex" -o -type f -name "*.vdex" -o -type f -name "*.art"); do
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
ServicesTests.java 128 // Corruption of the odex files.
322 // trouble for Dalvik that was just ignoring those zip and using the odex files.
345 Log.i(TAG, "Tamper odex files by overwriting some content by '\\0's.");
349 for (File odex : getSecondaryFolder().listFiles(new ExtensionFilter(".dex"))) {
350 long fileLength = odex.length();
352 odex.setWritable(true);
353 RandomAccessFile raf = new RandomAccessFile(odex, "rw");
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 287 std::string odex = GetSecondaryDexArtifact(path, "odex"); local
290 ASSERT_EQ(expected_access, access(odex.c_str(), R_OK));
320 std::string odex = GetSecondaryDexArtifact(path, "odex"); local
323 ASSERT_EQ(expected_access, access(odex.c_str(), F_OK));
431 std::string odex = GetPrimaryDexArtifact(oat_dir, apk_path_, "odex"); local
437 CheckFileAccess(odex, kSystemUid, uid, mode);
584 std::string odex = GetSecondaryDexArtifact(apk_path_, "odex") local
    [all...]
  /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 185 # Install odex files into the other system image
  /device/google/marlin/sailfish/
BoardConfig.mk 175 # Install odex files into the other system image

Completed in 1039 milliseconds