Home
last modified time | relevance | path

Searched refs:root_path_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_enumerator_posix.cc46 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()
Dfile_enumerator.h148 FilePath root_path_; variable