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