Home
last modified time | relevance | path

Searched refs:filename_prefix (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc90 std::string filename_prefix = scratch.GetPath() + "boot"; in CompileImageAndGetSizes() local
94 if (!CompileBootImage(local_extra_args, filename_prefix, dex_files, &error_msg)) { in CompileImageAndGetSizes()
95 LOG(ERROR) << "Failed to compile image " << filename_prefix << error_msg; in CompileImageAndGetSizes()
97 std::string art_file = filename_prefix + ".art"; in CompileImageAndGetSizes()
98 std::string oat_file = filename_prefix + ".oat"; in CompileImageAndGetSizes()
99 std::string vdex_file = filename_prefix + ".vdex"; in CompileImageAndGetSizes()
262 std::string filename_prefix = image_dir + "/boot"; in TEST_F() local
335 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F()
345 bool mid_ok = CompileBootImage(extra_args, filename_prefix, mid_dex_files, &error_msg); in TEST_F()
355 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F()
[all …]
/art/runtime/
Ddexopt_test.cc84 std::string filename_prefix = image_dir + "/boot-interpreter"; in GenerateAlternateImage() local
88 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage()