Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt.cpp117 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()
[all …]
Dsystem_properties.h51 const std::string* GetProperty(const std::string& key) const { in GetProperty() function