Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.h178 int IsDeletingDirAllowed(const std::string& path, uid_t uid);
DMediaProviderWrapper.cpp363 int MediaProviderWrapper::IsDeletingDirAllowed(const string& path, uid_t uid) { in IsDeletingDirAllowed() function in mediaprovider::fuse::MediaProviderWrapper
DFuseDaemon.cpp1223 int status = fuse->mp->IsDeletingDirAllowed(child_path, req->ctx.uid); in pf_rmdir()