Searched refs:kAndroidRootPathPropertyName (Results 1 – 1 of 1) sorted by relevance
268 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) { in ReadEnvironment()271 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName); in ReadEnvironment()570 static constexpr const char* kAndroidRootPathPropertyName = "ANDROID_ROOT"; member in android::installd::OTAPreoptService