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

  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 89 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
100 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar";
112 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar";
123 std::string dex_location = GetScratchDir() + "/Downgrade.jar";
134 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar";
143 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar";
160 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar";
175 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar";
194 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar";
209 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"
    [all...]
  /art/runtime/
oat_file_assistant_test.cc 115 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
140 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar";
161 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar";
190 std::string scratch_dir = GetScratchDir();
191 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar";
228 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar";
259 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar";
260 std::string odex_location = GetScratchDir() + "/OatUpToDate.odex";
261 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex";
300 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"
    [all...]
oat_file_test.cc 68 std::string dex_location = GetScratchDir() + "/LoadOat.jar";
93 std::string dex_location = GetScratchDir() + "/MultiDexUncompressed.jar";
dex2oat_environment_test.h 196 const std::string& GetScratchDir() const {
  /art/runtime/gc/space/
image_space_test.cc 29 std::string dex1 = GetScratchDir() + "/Dex1.jar";
30 std::string multidex1 = GetScratchDir() + "/MultiDex1.jar";
31 std::string dex2 = GetScratchDir() + "/Dex2.jar";
32 std::string oat_location = GetScratchDir() + "/Oat.oat";
  /art/dex2oat/
dex2oat_test.cc 284 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
516 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
518 std::string app_image_file = GetScratchDir() + "/Test.art";
690 const std::string profile_location = GetScratchDir() + "/primary.prof";
738 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
775 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
900 std::string dex_location = GetScratchDir() + "/UnquickenMultiDex.jar";
    [all...]
  /art/oatdump/
oatdump_test.h 47 tmp_dir_ = GetScratchDir();
56 std::string GetScratchDir() {

Completed in 224 milliseconds