Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc907 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
921 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
958 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
962 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
976 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
1162 if (image_filenames_[0].rfind('/') == std::string::npos) { in ExpandOatAndImageFilenames()
1163 Usage("Unusable boot image filename %s", image_filenames_[0].c_str()); in ExpandOatAndImageFilenames()
1165 image_filenames_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
1166 locations, image_filenames_[0], IsBootImageExtension()); in ExpandOatAndImageFilenames()
1304 AssignIfExists(args, M::ImageFilename, &image_filenames_); in ParseArgs()
[all …]