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