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

  /art/dex2oat/
dex2oat.cc 411 std::string image_file_location; local
421 image_file_location = image_space->GetImageFilename();
425 if (!image_file_location.empty()) {
426 key_value_store->Put(OatHeader::kImageLocationKey, image_file_location);
    [all...]
  /art/runtime/
class_linker.cc 1610 const char* image_file_location = oat_file.GetOatHeader(). local
    [all...]

Completed in 50 milliseconds