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

  /art/oatdump/
oatdump_test.h 45 core_art_location_ = GetCoreArtLocation();
126 "--boot-image=" + GetCoreArtLocation(),
176 exec_argv.push_back("--boot-image=" + GetCoreArtLocation());
  /art/imgdiag/
imgdiag_test.cc 62 runtime_args_image_ = android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str());
  /art/runtime/gc/space/
image_space_test.cc 118 options->emplace_back(android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str()),
  /art/runtime/
common_runtime_test.h 165 static std::string GetCoreArtLocation();
common_runtime_test.cc 300 std::string CommonRuntimeTestImpl::GetCoreArtLocation() {

Completed in 575 milliseconds