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.cc51 pending_paths_.push(root_path); in FileEnumerator()
70 pending_paths_.push(root_path); in FileEnumerator()
81 if (pending_paths_.empty()) in Next()
84 root_path_ = pending_paths_.top(); in Next()
86 pending_paths_.pop(); in Next()
105 pending_paths_.push(full_path); in Next()
Dfile_enumerator.h155 std::stack<FilePath> pending_paths_; variable