Searched refs:GetAndroidRoot (Results 1 – 8 of 8) sorted by relevance
33 std::string android_root(GetAndroidRoot()); in TEST_F()66 std::string android_root(GetAndroidRoot()); in TEST_F()90 std::string android_root(GetAndroidRoot()); in TEST_F()
486 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F()509 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F()561 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F()586 std::string system_framework_multi_location_path = GetAndroidRoot() + "/framework/multifoo.jar"; in TEST_F()
636 std::string image = GetDefaultBootImageLocation(GetAndroidRoot()); in DoParse()
1437 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()1440 std::string odex_dir = GetAndroidRoot() + "/framework/oat/"; in TEST_F()
787 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable()
33 std::string GetAndroidRoot();
140 std::string GetAndroidRoot() { in GetAndroidRoot() function388 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
331 path = GetAndroidRoot(); in GetDexFileName()409 return GetAndroidRoot(); in GetTestAndroidRoot()