Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc430 path = GetAndroidRoot(); in GetDexFileName()
451 return GetAndroidRoot(); in GetTestAndroidRoot()
Dutils.h261 const char* GetAndroidRoot();
Dutils_test.cc355 std::string android_root(GetAndroidRoot()); in TEST_F()
Dparsed_options.cc581 std::string image = GetAndroidRoot(); in DoParse()
Druntime.cc527 std::string patchoat_executable(GetAndroidRoot()); in GetPatchoatExecutable()
536 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable()
Dutils.cc1233 const char* GetAndroidRoot() { in GetAndroidRoot() function