Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp985 int32_t writeLen = static_cast<int32_t>(strlen(writeByte)); variable
988 ASSERT_EQ(file.Write(writeByte, writeLen), writeLen);
989 ASSERT_GT(FILE_NAME_LEN, writeLen);
990 ASSERT_EQ(file.Read(buff), writeLen);