Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc297 std::string input_image_location_arg("--input-image-location="); in RelocateImage() local
298 input_image_location_arg += image_location; in RelocateImage()
319 argv.push_back(input_image_location_arg); in RelocateImage()