Searched refs:image_file_location (Results 1 – 2 of 2) sorted by relevance
1581 std::string image_file_location = android::base::Join(image_filenames, ':'); in Setup() local1582 if (!image_file_location.empty()) { in Setup()1583 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()
902 const char* image_file_location = oat_files[0]->GetOatHeader(). in InitFromBootImage() local904 CHECK(image_file_location == nullptr || *image_file_location == 0); in InitFromBootImage()