Searched refs:InsertFile (Results 1 – 3 of 3) sorted by relevance
65 int InsertFile(const std::string& path, uid_t uid);
308 int MediaProviderWrapper::InsertFile(const string& path, uid_t uid) { in InsertFile() function in mediaprovider::fuse::MediaProviderWrapper
1546 int mp_return_code = fuse->mp->InsertFile(child_path.c_str(), req->ctx.uid); in pf_create()