Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test2.cpp48 const std::string property_name = property_prefix + "property1"; in TEST() local
135 const std::string property_name = property_prefix + "property1"; in TEST() local
158 const std::string property_name = ss.str(); in TEST() local
Dsystem_properties_test.cpp620 std::string property_name = in TEST() local
677 std::string property_name = in TEST() local
/bionic/linker/
Dlinker_logger.cpp82 std::string property_name = std::string("debug.ld.app.") + process_name; in GetAppSpecificProperty() local
/bionic/libc/private/
DCachedProperty.h41 explicit CachedProperty(const char* property_name) in CachedProperty()
/bionic/libc/bionic/
Dsysprop_helpers.cpp37 static bool get_property_value(const char* property_name, char* dest, size_t dest_size) { in get_property_value()