Lines Matching refs:directory
21 using syncable::Directory;
123 Directory::ChildHandles children;
124 trans->directory()->GetChildHandles(trans,
128 VLOG(1) << "Entry is a server deleted directory with local contents, "
226 // We're trying to commit into a directory tree that's been deleted. To
227 // solve this we recreate the directory tree.
247 VLOG(1) << "Giving directory a new id so we can undelete it " << parent;
250 trans->directory()->NextId());
272 // We've deleted a directory tree that's got contents on the server. We
273 // recreate the directory to solve the problem.