Home | History | Annotate | Download | only in base

Lines Matching defs:directories

224   std::stack<std::string> directories;
225 directories.push(path.value());
227 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
232 directories.push(current.value());
237 while (success && !directories.empty()) {
238 FilePath dir = FilePath(directories.top());
239 directories.pop();
295 traverse_type |= FileEnumerator::DIRECTORIES;
596 // Collect a list of all parent directories.
894 // must be the same type, either both files, or both directories.