Searched refs:GetCoreArtLocation (Results 1 – 5 of 5) sorted by relevance
45 core_art_location_ = GetCoreArtLocation(); in SetUp()144 "--boot-image=" + GetCoreArtLocation(), in GenerateAppOdexFile()214 exec_argv.push_back("--boot-image=" + GetCoreArtLocation());224 exec_argv.push_back("--image=" + GetCoreArtLocation());
58 runtime_args_image_ = android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str()); in SetUpRuntimeOptions()
227 static std::string GetCoreArtLocation();
358 std::string CommonArtTestImpl::GetCoreArtLocation() { in GetCoreArtLocation() function in art::CommonArtTestImpl
373 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions()