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()
264 static std::string GetCoreArtLocation();
337 std::string CommonArtTestImpl::GetCoreArtLocation() { in GetCoreArtLocation() function in art::CommonArtTestImpl
378 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions()