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

  /art/runtime/
dex2oat_environment_test.h 79 // GetMultiDexSrc2 should have the same primary dex checksum as
88 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc2().c_str(),
89 GetMultiDexSrc2().c_str(), kVerifyChecksum, &error_msg, &multi2)) << error_msg;
191 // Returns the path to a multidex file equivalent to GetMultiDexSrc2, but
193 std::string GetMultiDexSrc2() const {
oat_file_assistant_test.cc 428 // Now overwrite the dex file with GetMultiDexSrc2 so the non-main checksum
430 Copy(GetMultiDexSrc2(), dex_location);
451 // Compile the odex from GetMultiDexSrc2, which has a different non-main
453 Copy(GetMultiDexSrc2(), dex_location);
571 Copy(GetMultiDexSrc2(), dex_location);
    [all...]
  /art/runtime/gc/space/
image_space_test.cc 65 Copy(GetMultiDexSrc2(), multidex1);
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 149 // Now overwrite the dex file with GetMultiDexSrc2 so the secondary checksum
151 Copy(GetMultiDexSrc2(), dex_location);

Completed in 45 milliseconds