Lines Matching refs:c_str

72     fid = env->GetFieldID(clazz, actual_field_name.c_str(), type);  in CacheField()
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()
147 if (d_name.c_str() == nullptr) { in getFilesInDirectoryInternal()
151 } else if (d_name.c_str()[0] == '\0') { in getFilesInDirectoryInternal()
163 if (d_name.c_str() == nullptr) { in getFilesInDirectoryInternal()
169 directory_entries.push_back(std::make_shared<DirectoryEntry>(d_name.c_str(), DT_REG)); 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()
293 int res = unlink(path.c_str()); in DeleteFile()
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()
422 int res = rename(old_path.c_str(), new_path.c_str()); in Rename()
464 ScopedLocalRef<jstring> j_path(env, env->NewStringUTF(path.c_str())); in FileLookup()
489 string(j_io_path_utf.c_str())); 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()
523 mid = env->GetMethodID(media_provider_class_, actual_method_name.c_str(), signature); in CacheMethod()