Lines Matching defs:uid

53 inline bool shouldBypassMediaProvider(uid_t uid) {  in shouldBypassMediaProvider()
80 const string& path, uid_t uid) { in insertFileInternal()
91 const string& path, uid_t uid) { in deleteFileInternal()
102 jmethodID mid_is_diraccess_allowed, const string& path, uid_t uid, in isDirAccessAllowedInternal()
115 jmethodID mid_is_uid_allowed_path_access_, uid_t uid, in isUidAllowedAccessToDataOrObbPathInternal()
128 JNIEnv* env, jobject media_provider_object, jmethodID mid_get_files_in_dir, uid_t uid, in getFilesInDirectoryInternal()
175 const string& old_path, const string& new_path, uid_t uid) { in renameInternal()
292 int MediaProviderWrapper::InsertFile(const string& path, uid_t uid) { in InsertFile()
309 int MediaProviderWrapper::DeleteFile(const string& path, uid_t uid) { in DeleteFile()
328 const string& io_path, uid_t uid, in OnFileOpen()
379 int MediaProviderWrapper::IsCreatingDirAllowed(const string& path, uid_t uid) { in IsCreatingDirAllowed()
389 int MediaProviderWrapper::IsDeletingDirAllowed(const string& path, uid_t uid) { in IsDeletingDirAllowed()
400 uid_t uid, const string& path, DIR* dirp) { in GetDirectoryEntries()
423 int MediaProviderWrapper::IsOpendirAllowed(const string& path, uid_t uid, bool forWrite) { in IsOpendirAllowed()
434 bool MediaProviderWrapper::isUidAllowedAccessToDataOrObbPath(uid_t uid, const string& path) { in isUidAllowedAccessToDataOrObbPath()
444 int MediaProviderWrapper::Rename(const string& old_path, const string& new_path, uid_t uid) { in Rename()
477 bool MediaProviderWrapper::ShouldAllowLookup(uid_t uid, int path_user_id) { in ShouldAllowLookup()
501 uid_t uid, pid_t tid) { in FileLookup()