Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DComponent.cc752 string dotAttempt = "." + attempt; in GenerateShortestPossiblePath() local
753 size_t dotAttemptLength = dotAttempt.length(); in GenerateShortestPossiblePath()
762 s.substr(s.length() - dotAttemptLength, dotAttemptLength) == dotAttempt) in GenerateShortestPossiblePath()