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

  /frameworks/native/cmds/installd/
otapreopt.cpp 196 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName);
216 return android_root_;
298 environ_.push_back(StringPrintf("ANDROID_ROOT=%s", android_root_.c_str()));
541 if (StartsWith(package_parameters_[kApkPathIndex], android_root_.c_str())) {
713 std::string android_root_; member in class:android::installd::OTAPreoptService
  /art/dex2oat/
dex2oat.cc 722 if (android_root_.empty()) {
727 android_root_ += android_root_env_var;
731 parser_options->boot_image_filename += android_root_;
2514 std::string android_root_; member in class:art::FINAL
    [all...]

Completed in 208 milliseconds