Searched refs:root_path_ (Results 1 – 2 of 2) sorted by relevance
46 root_path_(root_path), in FileEnumerator()59 root_path_(root_path), in FileEnumerator()84 root_path_ = pending_paths_.top(); in Next()85 root_path_ = root_path_.StripTrailingSeparators(); in Next()89 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS)) in Next()96 FilePath full_path = root_path_.Append(i->filename_); in Next()113 return root_path_.Append( in Next()
148 FilePath root_path_; variable