Home
last modified time | relevance | path

Searched refs:image_filenames_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc646 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
660 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
697 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
701 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
715 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
902 if (image_filenames_[0].rfind('/') == std::string::npos) { in ExpandOatAndImageFilenames()
903 Usage("Unusable boot image filename %s", image_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
905 image_filenames_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
906 locations, image_filenames_[0], IsBootImageExtension()); in ExpandOatAndImageFilenames()
1041 AssignIfExists(args, M::ImageFilename, &image_filenames_); in ParseArgs()
[all …]