Searched refs:image_file_location (Results 1 – 2 of 2) sorted by relevance
411 std::string image_file_location; in CreateOatFile() local421 image_file_location = image_space->GetImageFilename(); in CreateOatFile()425 if (!image_file_location.empty()) { in CreateOatFile()426 key_value_store->Put(OatHeader::kImageLocationKey, image_file_location); in CreateOatFile()
1610 const char* image_file_location = oat_file.GetOatHeader(). in InitFromImage() local1612 CHECK(image_file_location == nullptr || *image_file_location == 0); in InitFromImage()