Home
last modified time | relevance | path

Searched defs:property_get_int32 (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libcutils/
H A Dproperties.cpp77 int32_t property_get_int32(const char* key, int32_t default_value) { in property_get_int32() function
H A Dproperties_test.cpp332 TEST_F(PropertiesTest, property_get_int32) { in TEST_F() argument