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

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

Completed in 424 milliseconds