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