Searched refs:IsDeletingDirAllowed (Results 1 – 3 of 3) sorted by relevance
178 int IsDeletingDirAllowed(const std::string& path, uid_t uid);
363 int MediaProviderWrapper::IsDeletingDirAllowed(const string& path, uid_t uid) { in IsDeletingDirAllowed() function in mediaprovider::fuse::MediaProviderWrapper
1223 int status = fuse->mp->IsDeletingDirAllowed(child_path, req->ctx.uid); in pf_rmdir()