Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_test.cc2317 std::string art_location = GetOdexDir() + "/TestDex.art"; in TEST_F() local
2344 args.push_back("--app-image-file=" + art_location); in TEST_F()
2373 std::string art_location = odex_dir + "/" + filebase + ".art"; in TEST_F() local
2377 remove(art_location.c_str()); in TEST_F()
2413 args.push_back("--app-image-file=" + art_location); in TEST_F()
2445 std::string art_location = GetOdexDir() + "/TestDex.art"; in TEST_F() local
2452 "--app-image-file=" + art_location, in TEST_F()
2455 unlink(art_location.c_str()); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1756 std::string art_location = ExpandLocation(base_location, bcp_index); in ValidateOatFile() local
1758 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(art_location); in ValidateOatFile()
1803 art_location.c_str(), in ValidateOatFile()