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 78 // GetMultiDexSrc2 should have the same primary dex checksum as
87 ASSERT_TRUE(DexFile::Open(GetMultiDexSrc2().c_str(),
88 GetMultiDexSrc2().c_str(), kVerifyChecksum, &error_msg, &multi2)) << error_msg;
190 // Returns the path to a multidex file equivalent to GetMultiDexSrc2, but
192 std::string GetMultiDexSrc2() const {
oat_file_assistant_test.cc 422 // Now overwrite the dex file with GetMultiDexSrc2 so the non-main checksum
424 Copy(GetMultiDexSrc2(), dex_location);
445 // Compile the odex from GetMultiDexSrc2, which has a different non-main
447 Copy(GetMultiDexSrc2(), dex_location);
565 Copy(GetMultiDexSrc2(), dex_location);
    [all...]
  /art/runtime/gc/space/
image_space_test.cc 65 Copy(GetMultiDexSrc2(), multidex1);
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 138 // Now overwrite the dex file with GetMultiDexSrc2 so the secondary checksum
140 Copy(GetMultiDexSrc2(), dex_location);

Completed in 38 milliseconds