Lines Matching full:filepath
28 FilePath FileEnumerator::FileInfo::GetName() const {
42 FileEnumerator::FileEnumerator(const FilePath& root_path,
54 FileEnumerator::FileEnumerator(const FilePath& root_path,
57 const FilePath::StringType& pattern)
69 pattern_ = FilePath::StringType();
76 FilePath FileEnumerator::Next() {
82 return FilePath();
96 FilePath full_path = root_path_.Append(i->filename_);
122 const FilePath& source, bool show_links) {
138 info.filename_ = FilePath(dent->d_name);
140 FilePath full_name = source.Append(dent->d_name);