Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt92 fun ProcessModel.fuzzyNameMatch(queryName : String) : Boolean { in ProcessModel() method
111 if (process.fuzzyNameMatch(queryName)) { in findProcess()