Lines Matching refs:ScopedLocalRef
74 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in insertFileInternal()
85 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in deleteFileInternal()
97 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in isMkdirOrRmdirAllowedInternal()
110 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in isOpendirAllowedInternal()
123 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in isUidAllowedAccessToDataOrObbPathInternal()
137 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in getFilesInDirectoryInternal()
139 ScopedLocalRef<jobjectArray> files_list( in getFilesInDirectoryInternal()
150 ScopedLocalRef<jstring> j_d_name(env, in getFilesInDirectoryInternal()
165 ScopedLocalRef<jstring> j_d_name(env, in getFilesInDirectoryInternal()
182 ScopedLocalRef<jstring> j_old_path(env, env->NewStringUTF(old_path.c_str())); in renameInternal()
183 ScopedLocalRef<jstring> j_new_path(env, env->NewStringUTF(new_path.c_str())); in renameInternal()
195 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in onFileCreatedInternal()
329 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in OnFileOpen()
330 ScopedLocalRef<jstring> j_io_path(env, env->NewStringUTF(io_path.c_str())); in OnFileOpen()
331 ScopedLocalRef<jobject> j_res_file_open_object( in OnFileOpen()
346 ScopedLocalRef<jlongArray> redaction_ranges_local_ref( in OnFileOpen()
480 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in FileLookup()
482 ScopedLocalRef<jobject> j_res_file_lookup_object( in FileLookup()
498 ScopedLocalRef<jstring> j_io_path( in FileLookup()
514 ScopedLocalRef<jstring> j_src(env, env->NewStringUTF(src.c_str())); in Transform()
515 ScopedLocalRef<jstring> j_dst(env, env->NewStringUTF(dst.c_str())); in Transform()