Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1479 std::string image_file_location; in CreateOatFile() local
1491 image_file_location = image_space->GetImageFilename(); in CreateOatFile()
1495 if (!image_file_location.empty()) { in CreateOatFile()
1496 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in CreateOatFile()
/art/runtime/
Dclass_linker.cc1114 const char* image_file_location = oat_file.GetOatHeader(). in InitFromImage() local
1116 CHECK(image_file_location == nullptr || *image_file_location == 0); in InitFromImage()