Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DString8_test.cpp140 const char* cstr2 = "def"; in TEST_F() local
145 String8 str2(cstr2); in TEST_F()
DString16_test.cpp265 const char16_t* cstr2 = u"def"; in TEST() local
270 String16 str2(cstr2); in TEST()
/system/libhidl/
Dtest_main.cpp147 const char * cstr2 = "def"; in TEST_F() local
148 std::string string2(cstr2); in TEST_F()
149 hidl_string hs2(cstr2); in TEST_F()