Lines Matching defs:path
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()
116 const string& path) { in isUidAllowedAccessToDataOrObbPathInternal()
129 const string& path) { in getFilesInDirectoryInternal()
188 jmethodID mid_on_file_created, const string& path) { in onFileCreatedInternal()
282 int MediaProviderWrapper::InsertFile(const string& path, uid_t uid) { in InsertFile()
291 int MediaProviderWrapper::DeleteFile(const string& path, uid_t uid) { in DeleteFile()
301 std::unique_ptr<FileOpenResult> MediaProviderWrapper::OnFileOpen(const string& path, in OnFileOpen()
353 int MediaProviderWrapper::IsCreatingDirAllowed(const string& path, uid_t uid) { in IsCreatingDirAllowed()
363 int MediaProviderWrapper::IsDeletingDirAllowed(const string& path, uid_t uid) { in IsDeletingDirAllowed()
374 uid_t uid, const string& path, DIR* dirp) { in GetDirectoryEntries()
397 int MediaProviderWrapper::IsOpendirAllowed(const string& path, uid_t uid, bool forWrite) { in IsOpendirAllowed()
408 bool MediaProviderWrapper::isUidAllowedAccessToDataOrObbPath(uid_t uid, const string& path) { in isUidAllowedAccessToDataOrObbPath()
431 void MediaProviderWrapper::OnFileCreated(const string& path) { in OnFileCreated()
460 std::unique_ptr<FileLookupResult> MediaProviderWrapper::FileLookup(const std::string& path, in FileLookup()