Home
last modified time | relevance | path

Searched refs:IsCreatingDirAllowed (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.h118 int IsCreatingDirAllowed(const std::string& path, uid_t uid);
DMediaProviderWrapper.cpp342 int MediaProviderWrapper::IsCreatingDirAllowed(const string& path, uid_t uid) { in IsCreatingDirAllowed() function in mediaprovider::fuse::MediaProviderWrapper
DFuseDaemon.cpp792 int status = fuse->mp->IsCreatingDirAllowed(child_path, ctx->uid); in pf_mkdir()