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

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

Completed in 115 milliseconds