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