Searched refs:rootDirPath (Results 1 – 1 of 1) sorted by relevance
82 String rootDirPath = null; in init() local86 rootDirPath = rootDir.getAbsolutePath(); in init()89 rootDirPath = System.getProperty(String.format("%s_ROOT", SuiteInfo.NAME), rootDirPath); in init()90 if (rootDirPath == null || rootDirPath.trim().equals("")) { in init()94 File rootDir = new File(rootDirPath); in init()