Lines Matching refs:std

127       const std::vector<std::string>& boot_class_path,
128 const std::vector<std::string>& boot_class_path_locations,
129 const std::string& image_location,
136 /*out*/std::vector<std::unique_ptr<ImageSpace>>* boot_image_spaces,
141 static std::unique_ptr<ImageSpace> CreateFromAppImage(const char* image,
143 std::string* error_msg)
146 static std::unique_ptr<ImageSpace> CreateFromAppImage(
150 std::string* error_msg) REQUIRES_SHARED(Locks::mutator_lock_);
160 std::unique_ptr<const OatFile> ReleaseOatFile();
171 const std::string GetImageFilename() const { in GetImageFilename()
177 const std::string GetImageLocation() const { in GetImageLocation()
181 const std::string GetProfileFile() const { in GetProfileFile()
195 void Dump(std::ostream& os) const override;
213 std::string* system_location,
215 std::string* data_location,
228 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
234 static bool VerifyBootClassPathChecksums(std::string_view oat_checksums,
235 std::string_view oat_boot_class_path,
236 const std::string& image_location,
237 ArrayRef<const std::string> boot_class_path_locations,
238 ArrayRef<const std::string> boot_class_path,
241 /*out*/std::string* error_msg);
246 std::string_view oat_checksums,
247 std::string_view oat_boot_class_path,
248 ArrayRef<const std::unique_ptr<ImageSpace>> image_spaces,
249 ArrayRef<const std::string> boot_class_path_locations,
250 ArrayRef<const std::string> boot_class_path,
251 /*out*/std::string* error_msg);
254 static std::vector<std::string> ExpandMultiImageLocations(
255 ArrayRef<const std::string> dex_locations,
256 const std::string& image_location,
268 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
275 void DumpSections(std::ostream& os) const;
290 static std::unique_ptr<ImageSpace> Init(const char* image_filename,
294 std::string* error_msg)
301 ImageSpace(const std::string& name,
311 std::unique_ptr<OatFile> oat_file_;
317 const std::string image_location_;
318 const std::string profile_file_;