Searched refs:IsCreatingDirAllowed (Results 1 – 3 of 3) sorted by relevance
118 int IsCreatingDirAllowed(const std::string& path, uid_t uid);
342 int MediaProviderWrapper::IsCreatingDirAllowed(const string& path, uid_t uid) { in IsCreatingDirAllowed() function in mediaprovider::fuse::MediaProviderWrapper
792 int status = fuse->mp->IsCreatingDirAllowed(child_path, ctx->uid); in pf_mkdir()