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