Searched defs:keyboardPaths (Results 1 – 1 of 1) sorted by relevance
327 static void init_keyboard(JNIEnv* env, const vector<string>& keyboardPaths) { in init_keyboard()456 vector<string> keyboardPaths = parseCsv(env, keyboardPathsString); in JNI_OnLoad() local