Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc923 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
937 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
974 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
978 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
992 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
1178 if (image_filenames_[0].rfind('/') == std::string::npos) { in ExpandOatAndImageFilenames()
1179 Usage("Unusable boot image filename %s", image_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
1181 image_filenames_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
1182 locations, image_filenames_[0], IsBootImageExtension()); in ExpandOatAndImageFilenames()
1317 AssignIfExists(args, M::ImageFilename, &image_filenames_); in ParseArgs()
[all …]