Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1581 std::string image_file_location = android::base::Join(image_filenames, ':'); in Setup() local
1582 if (!image_file_location.empty()) { in Setup()
1583 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()
/art/runtime/
Dclass_linker.cc902 const char* image_file_location = oat_files[0]->GetOatHeader(). in InitFromBootImage() local
904 CHECK(image_file_location == nullptr || *image_file_location == 0); in InitFromBootImage()