Home
last modified time | relevance | path

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

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