Searched defs:GetProperty (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Dsystem_properties.h51 const std::string* GetProperty(const std::string& key) const { function in namespace:android::installd
H A Dotapreopt.cpp148 int GetProperty(const char* key, char* value, const char* default_value) const { function in class:android::installd::OTAPreoptService
149 const std::string* prop_value = system_properties_.GetProperty(key);
215 if (system_properties_.GetProperty(kAndroidDataPathPropertyName) == nullptr) {
218 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName);
220 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) {
223 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName);
225 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) {
228 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName);
230 if (system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) == nullptr) {
233 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAM
[all...]

Completed in 234 milliseconds