Searched refs:art_location (Results 1 – 2 of 2) sorted by relevance
2317 std::string art_location = GetOdexDir() + "/TestDex.art"; in TEST_F() local2344 args.push_back("--app-image-file=" + art_location); in TEST_F()2373 std::string art_location = odex_dir + "/" + filebase + ".art"; in TEST_F() local2377 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() local2452 "--app-image-file=" + art_location, in TEST_F()2455 unlink(art_location.c_str()); in TEST_F()
1756 std::string art_location = ExpandLocation(base_location, bcp_index); in ValidateOatFile() local1758 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(art_location); in ValidateOatFile()1803 art_location.c_str(), in ValidateOatFile()