Home
last modified time | relevance | path

Searched refs:oneCharString (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libcutils/
H A Dproperties_test.cpp186 std::string oneCharString = std::string(1, 'c'); in TEST_F() local
189 int len = property_get(PROPERTY_TEST_KEY, mValue, oneCharString.c_str()); in TEST_F()
191 EXPECT_STREQ(oneCharString.c_str(), mValue); in TEST_F()