Searched refs:image_filenames (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h128 std::vector<std::string>* image_filenames);
132 const std::vector<const char*>& image_filenames);
H A Dimage_space.cc1751 const std::vector<const char*>& image_filenames) {
1763 std::string image_filename = image_filenames[i];
1748 GetMultiImageBootClassPath( const std::vector<const char*>& dex_locations, const std::vector<const char*>& oat_filenames, const std::vector<const char*>& image_filenames) argument
/art/compiler/
H A Dimage_test.cc167 std::vector<std::string> image_filenames; local
170 image_filenames.push_back(image_filename);
183 for (const std::string& image_filename : image_filenames) {
198 for (const std::string& file : image_filenames) {
H A Dimage_writer.h128 // the names in image_filenames.
132 const std::vector<const char*>& image_filenames,
H A Dimage_writer.cc171 const std::vector<const char*>& image_filenames,
173 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
175 CHECK(!image_filenames.empty());
177 CHECK_EQ(image_filenames.size(), 1u);
180 CHECK_EQ(image_filenames.size(), oat_filenames.size());
197 for (size_t i = 0; i < image_filenames.size(); ++i) {
198 const char* image_filename = image_filenames[i];
170 Write(int image_fd, const std::vector<const char*>& image_filenames, const std::vector<const char*>& oat_filenames) argument
/art/dex2oat/
H A Ddex2oat.cc1509 std::vector<std::string> image_filenames; local
1511 image_filenames.push_back(image_space->GetImageFilename());
1513 std::string image_file_location = android::base::Join(image_filenames, ':');

Completed in 2184 milliseconds