Home | History | Annotate | Download | only in files

Lines Matching refs:DIRECTORIES

218   std::stack<std::string> directories;
219 directories.push(path.value());
221 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
226 directories.push(current.value());
231 while (success && !directories.empty()) {
232 FilePath dir = FilePath(directories.top());
233 directories.pop();
286 traverse_type |= FileEnumerator::DIRECTORIES;
577 // Collect a list of all parent directories.
915 // must be the same type, either both files, or both directories.