Searched refs:scratch_dir (Results 1 – 7 of 7) sorted by relevance
/art/odrefresh/ |
D | odr_fs_utils_test.cc | 62 ScratchDir scratch_dir(/*keep_files=*/false); in TEST_F() local 66 scratch_dir.GetPath() + "/a", in TEST_F() 67 scratch_dir.GetPath() + "/b", in TEST_F() 68 scratch_dir.GetPath() + "/b/c", in TEST_F() 69 scratch_dir.GetPath() + "/d" in TEST_F() 76 scratch_dir.GetPath() + "/zero.txt", in TEST_F() 77 scratch_dir.GetPath() + "/a/one.txt", in TEST_F() 78 scratch_dir.GetPath() + "/b/two.txt", in TEST_F() 79 scratch_dir.GetPath() + "/b/c/three.txt", in TEST_F() 80 scratch_dir.GetPath() + "/b/c/four.txt", in TEST_F() [all …]
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 258 const std::string& scratch_dir = scratch.GetPath(); in TEST_F() local 259 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in TEST_F() 266 std::string jar_dir = scratch_dir + "jars"; in TEST_F() 292 std::string base_location = scratch_dir + base_name; in TEST_F() 365 std::string single_dir = scratch_dir + "single"; in TEST_F() 454 load_ok = silent_load(scratch_dir + "*"); in TEST_F() 484 load_ok = load(base_location + ':' + scratch_dir + '*'); in TEST_F() 496 CopyDexFiles(scratch_dir, &boot_class_path); in TEST_F() 509 load_ok = silent_load(scratch_dir + "*"); in TEST_F() 551 load_ok = silent_load(base_location + ':' + scratch_dir + "*:" + tail_location); in TEST_F()
|
/art/runtime/ |
D | dexopt_test.cc | 75 std::string DexoptTest::GenerateAlternateImage(const std::string& scratch_dir) { in GenerateAlternateImage() argument 79 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in GenerateAlternateImage() 94 return scratch_dir + "boot-interpreter.art"; in GenerateAlternateImage()
|
D | dexopt_test.h | 35 std::string GenerateAlternateImage(const std::string& scratch_dir);
|
D | module_exclusion_test.cc | 156 ScratchDir scratch_dir; in TEST_F() local 158 std::string odex_name = scratch_dir.GetPath() + module_ + ".odex"; in TEST_F()
|
D | oat_file_assistant_test.cc | 380 std::string scratch_dir = GetScratchDir(); in TEST_F() local 388 std::string link = scratch_dir + "/link"; in TEST_F() 389 ASSERT_EQ(0, symlink(scratch_dir.c_str(), link.c_str())); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 56 const std::string& scratch_dir = scratch.GetPath(); in TEST_F() local 57 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in TEST_F() 98 scratch_dir + prefix + '-' + GetFilenameBase(jar_name) + ".art"); in TEST_F() 104 std::string app_odex_name = scratch_dir + app_base_name + ".odex"; in TEST_F() 105 std::string app_image_name = scratch_dir + app_base_name + ".art"; in TEST_F()
|