Lines Matching refs:GetProperty
117 int GetProperty(const char* key, char* value, const char* default_value) { in GetProperty() function in android::installd::OTAPreoptService
118 const std::string* prop_value = system_properties_.GetProperty(key); in GetProperty()
181 if (system_properties_.GetProperty(kRequiredProperties[i]) == nullptr) { in ReadEnvironment()
205 CHECK(system_properties_.GetProperty(kBootClassPathPropertyName) != nullptr); in PrepareEnvironment()
207 *system_properties_.GetProperty(kBootClassPathPropertyName); in PrepareEnvironment()
210 CHECK(system_properties_.GetProperty(kAndroidRootPathPropertyName) != nullptr); in PrepareEnvironment()
212 *system_properties_.GetProperty(kAndroidRootPathPropertyName); in PrepareEnvironment()
256 const std::string& boot_cp = *system_properties_.GetProperty(kBootClassPathPropertyName); in PrepareBootImage()
325 system_properties_.GetProperty("dalvik.vm.image-dex2oat-flags"); in Dex2oatBootImage()
470 system_properties_.GetProperty(system_property); in AddCompilerOptionFromSystemProperty()
501 return gOps.GetProperty(key, value, default_value); in get_property()