Searched refs:_aOtherPath (Results 1 – 1 of 1) sorted by relevance
373 private boolean checkPaths(String _aPath, String _aOtherPath) in checkPaths() argument375 if (_aOtherPath.contains(";")) in checkPaths()377 StringTokenizer aToken = new StringTokenizer(_aOtherPath, ";"); in checkPaths()400 if (sToken.equals(_aOtherPath)) in checkPaths()407 else if (_aPath.equals(_aOtherPath)) in checkPaths()
Completed in 12 milliseconds