Searched refs:unoilPath (Results 1 – 1 of 1) sorted by relevance
40 String unoilPath = SVersionRCFile.getPathForUnoil( in mountDependencies() local43 if (unoilPath == null) in mountDependencies()46 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in mountDependencies()88 String unoilPath = SVersionRCFile.getPathForUnoil( in unmountDependencies() local91 if (unoilPath == null) in unmountDependencies()94 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in unmountDependencies()
Completed in 6 milliseconds