Home
last modified time | relevance | path

Searched refs:GetArtRoot (Results 1 – 6 of 6) sorted by relevance

/art/test/generate-boot-image/
Dgenerate-boot-image.cc83 args.push_back(StringPrintf("--profile-file=%s/etc/boot-image.prof", GetArtRoot().c_str())); in GenerateBootImage()
/art/libartbase/base/
Dfile_utils.h62 std::string GetArtRoot();
Dfile_utils.cc263 std::string GetArtRoot() { in GetArtRoot() function
280 std::string android_art_root = kIsTargetBuild ? GetArtRoot() : GetAndroidRoot(); in GetArtBinDir()
/art/libarttools/tools/
Dart_exec_test.cc76 std::string GetArtBin(const std::string& name) { return "{}/bin/{}"_format(GetArtRoot(), name); } in GetArtBin()
/art/test/dexpreopt/
Ddexpreopt_test.cc109 std::string art_root = GetArtRoot(); in GetZygoteExpectedArtifacts()
/art/odrefresh/
Dodrefresh.cc840 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()