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

  /art/runtime/
common_test.h 411 return StringPrintf("%s/framework/%s.jar", GetAndroidRoot(), jar_prefix.c_str());
420 return GetAndroidRoot();
utils.h 345 const char* GetAndroidRoot();
utils.cc     [all...]
runtime.cc 644 parsed->image_ += GetAndroidRoot();
    [all...]
class_linker.cc 546 std::string dex2oat_string(GetAndroidRoot());
    [all...]
  /art/runtime/gc/space/
image_space.cc 57 std::string dex2oat(GetAndroidRoot());
  /art/dex2oat/
dex2oat.cc 747 boot_image_filename += GetAndroidRoot();
    [all...]

Completed in 212 milliseconds