Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching refs:dicLibPath

217 		const char*		dicLibPath;
226 ( dicLibPath = ( *env )->GetStringUTFChars( env, dicLibPathJ, 0 ) ) == NULL ) {
231 work->dicLibHandle = ( void* )dlopen( dicLibPath, RTLD_LAZY );
232 ( *env )->ReleaseStringUTFChars( env, dicLibPathJ, dicLibPath );