Home
last modified time | relevance | path

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

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/unix/
H A DScriptBeforeStartup.java141 String possibleGrePath = matcher.group(1); in getNewGreDir() local
142 if (isValidGrePath(new File(possibleGrePath))) { in getNewGreDir()
143 grePath = possibleGrePath; in getNewGreDir()