HomeSort by relevance Sort by last modified time
    Searched full:cstrne (Results 1 - 1 of 1) sorted by null

  /system/libhidl/
test_main.cpp 120 const char * cstrNE = "ABC";
121 std::string stringNE(cstrNE);
122 hidl_string hsNE(cstrNE);
130 EXPECT_FALSE(hs1 == cstrNE);
136 EXPECT_TRUE(hs1 != cstrNE);

Completed in 104 milliseconds