Home
last modified time | relevance | path

Searched refs:rightBraceIdx (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp1204 size_t rightBraceIdx = s.find(')'); in HWTEST_F() local
1205 if (leftBraceIdx != string::npos && rightBraceIdx != string::npos) { in HWTEST_F()
1206 buildId = s.substr(leftBraceIdx + 1, rightBraceIdx - leftBraceIdx - 1); in HWTEST_F()

Completed in 3 milliseconds