HomeSort by relevance Sort by last modified time
    Searched defs:image_location (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/
dex2oat_test.cc 112 std::string image_location = image_spaces[0]->GetImageLocation(); local
145 argv.push_back("--boot-image=" + image_location);
  /art/runtime/
oat_file_assistant.cc 741 std::string image_location = ImageLocation(); local
742 if (image_location.empty()) {
778 argv.push_back("--boot-image=" + image_location);
    [all...]

Completed in 81 milliseconds