Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_enumerator_win.cc104 if (!has_find_data_) { in GetInfo()
114 while (has_find_data_ || !pending_paths_.empty()) { in Next()
115 if (!has_find_data_) { in Next()
127 has_find_data_ = true; in Next()
137 has_find_data_ = false; in Next()
Dfile_enumerator.h145 bool has_find_data_ = false; variable