Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DJarUtils.java37 final String mainClassPath = "/" + mainClass.getName().replace('.', '/') + ".class"; in getJarFile() local
38 final URL resUrl = mainClass.getResource(mainClassPath); in getJarFile()