Lines Matching refs:jstring
81 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in insertFileInternal()
92 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in deleteFileInternal()
104 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in isDirAccessAllowedInternal()
117 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in isUidAllowedAccessToDataOrObbPathInternal()
131 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in getFilesInDirectoryInternal()
144 ScopedLocalRef<jstring> j_d_name(env, in getFilesInDirectoryInternal()
145 (jstring)env->GetObjectArrayElement(files_list.get(), 0)); in getFilesInDirectoryInternal()
159 ScopedLocalRef<jstring> j_d_name(env, in getFilesInDirectoryInternal()
160 (jstring)env->GetObjectArrayElement(files_list.get(), i)); in getFilesInDirectoryInternal()
176 ScopedLocalRef<jstring> j_old_path(env, env->NewStringUTF(old_path.c_str())); in renameInternal()
177 ScopedLocalRef<jstring> j_new_path(env, env->NewStringUTF(new_path.c_str())); in renameInternal()
189 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in onFileCreatedInternal()
312 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in OnFileOpen()
313 ScopedLocalRef<jstring> j_io_path(env, env->NewStringUTF(io_path.c_str())); in OnFileOpen()
464 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in FileLookup()
482 ScopedLocalRef<jstring> j_io_path( in FileLookup()
484 (jstring)env->GetObjectField(j_res_file_lookup_object.get(), fid_file_lookup_io_path_)); in FileLookup()
498 ScopedLocalRef<jstring> j_src(env, env->NewStringUTF(src.c_str())); in Transform()
499 ScopedLocalRef<jstring> j_dst(env, env->NewStringUTF(dst.c_str())); in Transform()