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

  /art/compiler/
oat_test.cc 155 const std::string image_file_location; local
160 image_file_location);
  /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 167 milliseconds