HomeSort by relevance Sort by last modified time
    Searched refs:pending_paths_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
file_util_posix.cc 626 pending_paths_.push(root_path);
645 pending_paths_.push(root_path);
656 if (pending_paths_.empty())
659 root_path_ = pending_paths_.top();
661 pending_paths_.pop();
680 pending_paths_.push(full_path);
file_util_win.cc 850 pending_paths_.push(root_path);
864 pending_paths_.push(root_path);
893 while (has_find_data_ || !pending_paths_.empty()) {
896 root_path_ = pending_paths_.top();
897 pending_paths_.pop();
940 // add it to pending_paths_ so we scan it after we finish scanning this
942 pending_paths_.push(cur_file);
    [all...]
file_util.h 502 std::stack<FilePath> pending_paths_; member in class:file_util::FileEnumerator

Completed in 34 milliseconds