Searched refs:GetProperty (Results 1 - 7 of 7) 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.cpp142 int GetProperty(const char* key, char* value, const char* default_value) const { function in class:android::installd::OTAPreoptService
143 const std::string* prop_value = system_properties_.GetProperty(key);
224 if (system_properties_.GetProperty(kAndroidDataPathPropertyName) == nullptr) {
227 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName);
229 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) {
232 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName);
234 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) {
237 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName);
239 if (system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) == nullptr) {
242 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAM
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp427 std::string file_prefix = android::base::GetProperty("ro.radio.log_prefix", "");
435 std::string radio_bugreport_dir = android::base::GetProperty("ro.radio.log_loc", "");
656 build = android::base::GetProperty("ro.build.display.id", "(unknown)");
657 fingerprint = android::base::GetProperty("ro.build.fingerprint", "(unknown)");
658 radio = android::base::GetProperty("gsm.version.baseband", "(unknown)");
659 bootloader = android::base::GetProperty("ro.bootloader", "(unknown)");
660 network = android::base::GetProperty("gsm.operator.alpha", "(unknown)");
880 std::string anr_traces_path = android::base::GetProperty("dalvik.vm.stack-trace-file", "");
1439 ds.extra_options_ = android::base::GetProperty(PROPERTY_EXTRA_OPTIONS, "");
1463 ds.notification_title = android::base::GetProperty(PROPERTY_EXTRA_TITL
[all...]
H A DDumpstateUtil.cpp166 build_type_ = android::base::GetProperty("ro.build.type", "user");
H A Dutils.cpp115 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT));
862 std::string traces_path = android::base::GetProperty("dalvik.vm.stack-trace-file", "");
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp115 std::string powerCtl = android::base::GetProperty("sys.powerctl", "");
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp141 SetBuildType(android::base::GetProperty("ro.build.type", "(unknown)"));

Completed in 5465 milliseconds