Home
last modified time | relevance | path

Searched defs:property_name (Results 1 – 5 of 5) sorted by relevance

/system/extras/kcmdlinectrl/
Dkcmdlinectrl.cc59 int PrintProperty(const char* property_name) { in PrintProperty()
87 int StoreProperty(const char* property_name, const char* new_value) { in StoreProperty()
127 char *action, *property_name, *new_value; in main() local
/system/core/libsysutils/src/
DServiceManager.cpp110 std::string property_name = android::base::StringPrintf("init.svc.%s", name); in isRunning() local
/system/libbase/include/android-base/
Dproperties.h118 CachedParsedProperty(std::string property_name, Parser parser) in CachedParsedProperty()
/system/libbase/
Dproperties.cpp224 CachedProperty::CachedProperty(std::string property_name) in CachedProperty()
234 CachedProperty::CachedProperty(const char* property_name) in CachedProperty()
302 CachedBoolProperty::CachedBoolProperty(std::string property_name) in CachedBoolProperty()
/system/security/keystore2/src/
Dremote_provisioning.rs57 let property_name = match self.security_level { in is_rkp_only() localVariable