Searched refs:hashIndex (Results 1 – 2 of 2) sorted by relevance
289 int hashIndex = factoryClassName.indexOf('#'); in loadFromServicesFile() local290 if (hashIndex != -1) { in loadFromServicesFile()291 factoryClassName = factoryClassName.substring(0, hashIndex); in loadFromServicesFile()
355 int hashIndex = factoryClassName.indexOf('#'); in loadFromServicesFile() local356 if (hashIndex != -1) { in loadFromServicesFile()357 factoryClassName = factoryClassName.substring(0, hashIndex); in loadFromServicesFile()