Home | History | Annotate | Download | only in files

Lines Matching refs:FilePath

38 //   for (base::FilePath name = enum.Next(); !name.empty(); name = enum.Next())
53 FilePath GetName() const;
74 FilePath filename_;
107 FileEnumerator(const FilePath& root_path,
110 FileEnumerator(const FilePath& root_path,
113 const FilePath::StringType& pattern);
121 FilePath Next();
128 bool ShouldSkip(const FilePath& path);
139 const FilePath& source, bool show_links);
148 FilePath root_path_;
151 FilePath::StringType pattern_; // Empty when we want to find everything.
155 std::stack<FilePath> pending_paths_;