Searched refs:pending_paths_ (Results 1 – 2 of 2) sorted by relevance
92 pending_paths_.push(root_path); in FileEnumerator()104 if (pending_paths_.empty()) in Next()107 root_path_ = pending_paths_.top(); in Next()109 pending_paths_.pop(); in Next()162 pending_paths_.push(full_path); in Next()
167 base::stack<FilePath> pending_paths_; variable