Searched refs:to_ (Results 1 - 1 of 1) sorted by relevance

/build/kati/
H A Dfind.cc308 : DirentNode(name), to_(NULL), errno_(0) {
312 if (errno_ == 0 && to_)
313 return to_->FindDir(d);
331 if (!to_) {
336 return to_->RunFind(fc, d, path, cur_read_dirs, out);
343 return errno_ == 0 && to_ && to_->IsDirectory();
347 to_ = to;
355 const DirentNode* to_; member in class:__anon5::DirentSymlinkNode

Completed in 54 milliseconds