Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_serializer_test.cc291 string comm_md5_string = UintToString(event.comm_event().comm_md5_prefix()); in TEST_P() local
295 if (comm_md5_string.size() > arraysize(dummy.comm) - 1) in TEST_P()
296 comm_md5_string.resize(arraysize(dummy.comm) - 1); in TEST_P()
298 GetUint64AlignedStringLength(comm_md5_string) - in TEST_P()
300 event.mutable_comm_event()->set_comm(comm_md5_string); in TEST_P()