Searched refs:GetArtRoot (Results 1 – 6 of 6) sorted by relevance
83 args.push_back(StringPrintf("--profile-file=%s/etc/boot-image.prof", GetArtRoot().c_str())); in GenerateBootImage()
62 std::string GetArtRoot();
263 std::string GetArtRoot() { in GetArtRoot() function280 std::string android_art_root = kIsTargetBuild ? GetArtRoot() : GetAndroidRoot(); in GetArtBinDir()
76 std::string GetArtBin(const std::string& name) { return "{}/bin/{}"_format(GetArtRoot(), name); } in GetArtBin()
109 std::string art_root = GetArtRoot(); in GetZygoteExpectedArtifacts()
840 std::string art_root = GetArtRoot() + "/"; in GetArtBcpJars()852 std::string art_root = GetArtRoot() + "/"; in GetFrameworkBcpJars()1771 std::string art_boot_profile_file = GetArtRoot() + "/etc/boot-image.prof"; in RunDex2oatForBootClasspath()