Searched defs:image_filenames (Results 1 - 4 of 4) sorted by relevance

/art/dex2oat/linker/
H A Dimage_test.h173 std::vector<std::string> image_filenames; local
176 image_filenames.push_back(image_filename);
189 for (const std::string& image_filename : image_filenames) {
204 for (const std::string& file : image_filenames) {
H A Dimage_writer.cc174 const std::vector<const char*>& image_filenames,
176 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
178 CHECK(!image_filenames.empty());
180 CHECK_EQ(image_filenames.size(), 1u);
183 CHECK_EQ(image_filenames.size(), oat_filenames.size());
200 for (size_t i = 0; i < image_filenames.size(); ++i) {
201 const char* image_filename = image_filenames[i];
173 Write(int image_fd, const std::vector<const char*>& image_filenames, const std::vector<const char*>& oat_filenames) argument
/art/dex2oat/
H A Ddex2oat.cc1588 std::vector<std::string> image_filenames; local
1590 image_filenames.push_back(image_space->GetImageFilename());
1592 std::string image_file_location = android::base::Join(image_filenames, ':');
/art/runtime/gc/space/
H A Dimage_space.cc1834 const std::vector<const char*>& image_filenames) {
1846 std::string image_filename = image_filenames[i];
1831 GetMultiImageBootClassPath( const std::vector<const char*>& dex_locations, const std::vector<const char*>& oat_filenames, const std::vector<const char*>& image_filenames) argument

Completed in 130 milliseconds