Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc303 std::string input_oat_location_arg("--input-oat-location="); in RelocateImage() local
304 input_oat_location_arg += ImageHeader::GetOatLocationFromImageLocation(image_location); in RelocateImage()
322 argv.push_back(input_oat_location_arg); in RelocateImage()