Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 2 of 2) sorted by relevance

/test/vts/drivers/hal/common/utils/
DStringUtil.cpp26 bool endsWith(const string& s, const string& suffix) { in endsWith()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp209 string suffix = element_type.substr(element_type.find(",")); in GetCppVariableType() local