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.cc84 root_path_(root_path), in FileEnumerator()
107 root_path_ = pending_paths_.top(); in Next()
108 root_path_ = root_path_.StripTrailingSeparators(); in Next()
111 DIR* dir = opendir(root_path_.value().c_str()); in Next()
156 const FilePath full_path = root_path_.Append(info.filename_); in Next()
175 return root_path_.Append( in Next()
Dfile_enumerator.h159 FilePath root_path_; variable