Searched refs:image_file_location (Results 1 – 2 of 2) sorted by relevance
1479 std::string image_file_location; in CreateOatFile() local1491 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()
1114 const char* image_file_location = oat_file.GetOatHeader(). in InitFromImage() local1116 CHECK(image_file_location == nullptr || *image_file_location == 0); in InitFromImage()