Home | History | Annotate | Download | only in engine

Lines Matching defs:share

80 int64 MakeNode(UserShare* share,
83 WriteTransaction trans(share);
94 int64 MakeFolder(UserShare* share,
97 WriteTransaction trans(share);
108 int64 MakeNodeWithParent(UserShare* share,
112 WriteTransaction trans(share);
123 int64 MakeFolderWithParent(UserShare* share,
127 WriteTransaction trans(share);
139 int64 MakeServerNodeForType(UserShare* share,
143 syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name);
716 UserShare* share = sync_manager_.GetUserShare();
722 WriteTransaction trans(share);