Lines Matching refs:std
44 static bool LoadBootImage(const std::string& image_file_name,
46 std::vector<space::ImageSpace*>* boot_image_spaces,
51 static std::unique_ptr<ImageSpace> CreateFromAppImage(const char* image,
53 std::string* error_msg)
61 std::string* error_msg);
68 std::unique_ptr<const OatFile> ReleaseOatFile();
79 const std::string GetImageFilename() const { in GetImageFilename()
85 const std::string GetImageLocation() const { in GetImageLocation()
99 void Dump(std::ostream& os) const;
117 std::string* system_location,
119 std::string* data_location,
126 static void ExtractMultiImageLocations(const std::string& input_image_file_name,
127 const std::string& boot_classpath,
128 std::vector<std::string>* image_filenames);
130 static std::string GetMultiImageBootClassPath(const std::vector<const char*>& dex_locations,
131 const std::vector<const char*>& oat_filenames,
132 const std::vector<const char*>& image_filenames);
143 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
160 void DumpSections(std::ostream& os) const;
172 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
176 std::string* error_msg)
181 std::unique_ptr<accounting::ContinuousSpaceBitmap> live_bitmap_;
183 ImageSpace(const std::string& name,
192 std::unique_ptr<OatFile> oat_file_;
198 const std::string image_location_;
212 static std::unique_ptr<ImageSpace> CreateBootImage(const char* image,
215 std::string* error_msg)