Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc355 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() local
356 ASSERT_FALSE(tail_ok) << error_msg; in TEST_F()
361 tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F()
362 ASSERT_TRUE(tail_ok) << error_msg; in TEST_F()