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
|