Searched refs:filename_prefix (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 90 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() 264 std::string filename_prefix = image_dir + "/core"; in TEST_F() local 339 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F() 349 bool mid_ok = CompileBootImage(extra_args, filename_prefix, mid_dex_files, &error_msg); in TEST_F() 359 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() [all …]
|
/art/runtime/ |
D | dexopt_test.cc | 84 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()
|