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

  /art/dex2oat/
dex2oat_image_test.cc 129 std::string art_file = scratch.GetFilename() + ".art"; local
132 int64_t art_size = OS::GetFileSizeBytes(art_file.c_str());
135 CHECK_GT(art_size, 0u) << art_file;
  /art/runtime/
oat_file_assistant.cc 721 std::string art_file = ReplaceFileExtension(oat_file->GetLocation(), "art"); local
722 if (art_file.empty()) {
728 gc::space::ImageSpace::CreateFromAppImage(art_file.c_str(), oat_file, &error_msg);
729 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) {
730 LOG(INFO) << "Failed to open app image " << art_file.c_str() << " " << error_msg;
    [all...]

Completed in 151 milliseconds