Searched refs:DeleteFile (Results 1 – 3 of 3) sorted by relevance
125 int DeleteFile(const std::string& path, uid_t uid);
291 int MediaProviderWrapper::DeleteFile(const string& path, uid_t uid) { in DeleteFile() function in mediaprovider::fuse::MediaProviderWrapper
1284 int status = fuse->mp->DeleteFile(child_path, ctx->uid); in pf_unlink()2224 fuse->mp->DeleteFile(child_path.c_str(), req->ctx.uid); in pf_create()