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

  /art/runtime/
utils_test.cc 357 std::string android_root(GetAndroidRoot());
392 std::string android_root(GetAndroidRoot());
417 std::string android_root(GetAndroidRoot());
common_runtime_test.cc 443 path = GetAndroidRoot();
464 return GetAndroidRoot();
utils.h 261 const char* GetAndroidRoot();
runtime.cc 552 std::string patchoat_executable(GetAndroidRoot());
561 std::string compiler_executable(GetAndroidRoot());
    [all...]
parsed_options.cc 581 std::string image = GetAndroidRoot();
oat_file_assistant_test.cc 58 std::string patchoat = GetAndroidRoot();
    [all...]
utils.cc     [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 215 const std::string& GetAndroidRoot() const {
233 if (!init_globals_from_data_and_root(GetAndroidData().c_str(), GetAndroidRoot().c_str())) {

Completed in 4261 milliseconds