Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1982 const std::string app_image_location = out_dir + "/base.art"; in TEST_F() local
1986 { "--app-image-file=" + app_image_location, in TEST_F()
2102 const std::string app_image_location = out_dir + "/base.art"; in TEST_F() local
2106 { "--app-image-file=" + app_image_location, in TEST_F()
2126 gc::space::ImageSpace::CreateFromAppImage(app_image_location.c_str(), in TEST_F()