Home | History | Annotate | Download | only in jni

Lines Matching refs:filePathChars

104     char filePathChars[filePathUtf8Length + 1];
105 env->GetStringUTFRegion(filePath, 0, env->GetStringLength(filePath), filePathChars);
106 filePathChars[filePathUtf8Length] = '\0';
107 return dictionary->flush(filePathChars);
122 char filePathChars[filePathUtf8Length + 1];
123 env->GetStringUTFRegion(filePath, 0, env->GetStringLength(filePath), filePathChars);
124 filePathChars[filePathUtf8Length] = '\0';
125 return dictionary->flushWithGC(filePathChars);