| 223 | } // namespace |
| 224 | |
| 225 | static inline string_t getChars(JNIEnv* e, jstring path) |
| 226 | { |
| 227 | return reinterpret_cast<string_t>(e->GET_CHARS(path, 0)); |
| 228 | } |
| 229 | |
| 230 | static inline void releaseChars(JNIEnv* e, jstring path, string_t chars) |
| 231 | { |
no outgoing calls
no test coverage detected