HomeSort by relevance Sort by last modified time
    Searched refs:GetAndroidRoot (Results 1 - 8 of 8) sorted by null

  /art/runtime/
utils_test.cc 315 std::string android_root(GetAndroidRoot());
350 std::string android_root(GetAndroidRoot());
375 std::string android_root(GetAndroidRoot());
dexopt_test.cc 198 std::string patchoat = GetAndroidRoot();
utils.h 145 const char* GetAndroidRoot();
common_runtime_test.cc 518 path = GetAndroidRoot();
539 return GetAndroidRoot();
utils.cc 767 const char* GetAndroidRoot() {
parsed_options.cc 609 std::string image = GetAndroidRoot();
    [all...]
runtime.cc 682 std::string patchoat_executable(GetAndroidRoot());
691 std::string compiler_executable(GetAndroidRoot());
    [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 252 const std::string& GetAndroidRoot() const {
270 if (!init_globals_from_data_and_root(GetAndroidData().c_str(), GetAndroidRoot().c_str())) {
    [all...]

Completed in 137 milliseconds