Home | History | Annotate | Download | only in compiler

Lines Matching full:image_filenames

165                         const std::vector<const char*>& image_filenames,
167 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
169 CHECK(!image_filenames.empty());
171 CHECK_EQ(image_filenames.size(), 1u);
174 CHECK_EQ(image_filenames.size(), oat_filenames.size());
191 for (size_t i = 0; i < image_filenames.size(); ++i) {
192 const char* image_filename = image_filenames[i];