Home
last modified time | relevance | path

Searched refs:pending_paths_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_enumerator_posix.cc92 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()
Dfile_enumerator.h167 base::stack<FilePath> pending_paths_; variable