Searched refs:fSlash (Results 1 – 1 of 1) sorted by relevance
223 int fSlash = configNonURL.indexOf( "/" ); in getConfigDir() local224 String firstPart = configNonURL.substring( 0, fSlash ); in getConfigDir()225 … String secondPart = configNonURL.substring( fSlash + 1, configNonURL.length() ); in getConfigDir()
Completed in 19 milliseconds