Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp92 string bufferStr2; in ComparePath() local
110 bufferStr2.assign(buffer2.begin(), buffer2.end()); in ComparePath()
111 ASSERT_STREQ(bufferStr1.c_str(), bufferStr2.c_str()); in ComparePath()
116 bufferStr2.assign(buffer2.begin(), buffer2.end()); in ComparePath()
117 ASSERT_STREQ(bufferStr1.c_str(), bufferStr2.c_str()); in ComparePath()