HomeSort by relevance Sort by last modified time
    Searched full:image_file_location (Results 1 - 7 of 7) sorted by null

  /art/runtime/
oat.cc 35 const std::string& image_file_location) {
55 image_file_location_size_ = image_file_location.size();
57 UpdateChecksum(image_file_location.data(), image_file_location_size_);
oat.h 38 const std::string& image_file_location);
  /art/compiler/
oat_test.cc 155 const std::string image_file_location; local
160 image_file_location);
oat_writer.h 68 const std::string& image_file_location,
oat_writer.cc 41 const std::string& image_file_location,
47 image_file_location_(image_file_location),
84 CHECK(image_file_location.empty() == compiler->IsImage());
    [all...]
  /art/dex2oat/
dex2oat.cc 269 std::string image_file_location; local
277 image_file_location = image_space->GetImageFilename();
278 if (host_prefix != NULL && StartsWith(image_file_location, host_prefix->c_str())) {
279 image_file_location = image_file_location.substr(host_prefix->size());
286 image_file_location,
    [all...]
  /art/oatdump/
oatdump.cc 132 const std::string image_file_location(oat_header.GetImageFileLocation());
133 os << image_file_location; local
134 if (!image_file_location.empty() && !host_prefix_.empty()) {
135 os << " (" << host_prefix_ << image_file_location << ")"; local
    [all...]

Completed in 354 milliseconds