• Home
  • Raw
  • Download

Lines Matching refs:string

134       const std::vector<std::string>& boot_class_path,
135 const std::vector<std::string>& boot_class_path_locations,
140 const std::vector<std::string>& image_locations,
152 std::string* error_msg)
159 std::string* error_msg) REQUIRES_SHARED(Locks::mutator_lock_);
180 const std::string GetImageFilename() const { in GetImageFilename()
186 const std::string GetImageLocation() const { in GetImageLocation()
190 const std::vector<std::string>& GetProfileFiles() const { return profile_files_; } in GetProfileFiles()
225 std::string* system_location,
236 static std::string GetBootClassPathChecksums(ArrayRef<ImageSpace* const> image_spaces,
247 ArrayRef<const std::string> image_locations,
248 ArrayRef<const std::string> boot_class_path_locations,
249 ArrayRef<const std::string> boot_class_path,
252 /*out*/std::string* error_msg);
260 ArrayRef<const std::string> boot_class_path_locations,
261 ArrayRef<const std::string> boot_class_path,
262 /*out*/std::string* error_msg);
265 static std::vector<std::string> ExpandMultiImageLocations(
266 ArrayRef<const std::string> dex_locations,
267 const std::string& image_location,
271 static bool ValidateApexVersions(const OatFile& oat_file, std::string* error_msg);
282 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
290 std::string* error_msg,
291 ArrayRef<const std::string> dex_filenames,
316 std::string* error_msg)
323 ImageSpace(const std::string& name,
325 const std::vector<std::string>& profile_files,
339 const std::string image_location_;
340 const std::vector<std::string> profile_files_;